NoContext - Enable Right Click & Select Text
Bring back the right-click! Let me select text!
NoContext - Enable Right Click & Select Text란 무엇입니까?
NoContext - Enable Right Click & Select Text은(는) wcoding에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring back the right-click! Let me select text!"입니다.
확장 프로그램 스크린샷
NoContext - Enable Right Click & Select Text 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clicking on this extension will bring back your right-click context menu and ability to select text on websites that may have mangled its true purpose. When active for the current tab's domain, you'll see a red "!" badge on the corner of the icon. It will remember the domains you've activated previously and automatically activate when returning to those domains. (Some websites use multiple domains, so you may need to activate it for each of the subdomains, or use wildcards in the Options menu!) You can always click on the icon again to deactivate when visiting the current domain. Updates: 1.0.7 -- Domains list sorted. DOM body included in user-select restoration. 1.0.6 -- Some elements use CSS to disable user-select. This update re-enables them. 1.0.5 -- Updates to the Options page. 1.0.4 -- More functionality restored for websites using iframes. 1.0.3 -- Now works with web files from local files (URLs starting with "file://") and re-enables selection of text.
확장 프로그램 기본 정보
이름 | NoContext - Enable Right Click & Select Text |
ID | miobdnlklljmcbdjfchaiahbpjcphddb |
공식 URL | https://chromewebstore.google.com/detail/nocontext-enable-right-cl/miobdnlklljmcbdjfchaiahbpjcphddb |
설명 | Bring back the right-click! Let me select text! |
파일 크기 | 49.2 KB |
설치 횟수 | 170 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2023-10-25 |
출시 날짜 | 2022-03-22 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | wcoding |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/16cea45d-b1d4-435a-b129-536ccf3d0aa7 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NoContext - Enable Right Click & Select Text", "version": "1.0.7", "description": "Bring back the right-click! Let me select text!", "icons": { "16": "icons\/right-click-16.png", "32": "icons\/right-click-32.png", "48": "icons\/right-click-48.png", "128": "icons\/right-click-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/right-click-16.png", "32": "icons\/right-click-32.png", "48": "icons\/right-click-48.png", "128": "icons\/right-click-128.png" }, "default_title": "NoContext" }, "permissions": [ "activeTab", "tabs", "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "file:\/\/*\/" ], "options_ui": { "browser_style": true, "open_in_tab": true, "page": "options.html" }, "incognito": "split" } |