본문 바로가기
리눅스/윈도우즈

Chrome :: Enable Text Selection with Enable Right Click Extention

by 테그라크 2015. 8. 24.
1. Install from https://chrome.google.com/webstore/detail/enable-right-click/hhojmcideegachlhfgfdhailpfhgknjm

2. Update %USERPROFILE%\AppData\Local\Google\Chrome\User Data\Default\Extensions\hhojmcideegachlhfgfdhailpfhgknjm\0.0.9_0\web_accessible_resources\index.js

window.addEventListener('contextmenu', handleEvent, true);

/* Enable text selection by TEGRAK 2015.08.24 */

window.addEventListener('selectstart', handleEvent, true);

function handleEvent (event) {

3. Delete %USERPROFILE%\AppData\Local\Google\Chrome\User Data\Defaut\Extensions\hhojmcideegachlhfgfdhailpfhgknjm\0.0.9_0\_metadata

4. Open chrome://extensions

5. Check Developer mode

6. Delete Enable right click

7. Load Unpacked Extension...

8. Choose %USERPROFILE%\AppData\Local\Google\Chrome\User Data\Defaut\Extensions\hhojmcideegachlhfgfdhailpfhgknjm\0.0.9_0

댓글