Double-click to...
Set different actions for a double-click on a webpage.
Double-click to...란 무엇입니까?
Double-click to...은(는) https://daniel.schmitz-huebsch.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set different actions for a double-click on a webpage."입니다.
확장 프로그램 스크린샷
Double-click to... 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Invented because a simple mouse click already existed, you can now use the double-click in the browser. Use the double-click to: - move to the top of the page. - close the current tab. - open a new tab. Do you have an idea of what can happen when you double-click? Contact me via the support form.
확장 프로그램 기본 정보
이름 | Double-click to... |
ID | dnlbjgbbmhedhlijenejbbcnhndkhdnn |
공식 URL | https://chromewebstore.google.com/detail/double-click-to/dnlbjgbbmhedhlijenejbbcnhndkhdnn |
설명 | Set different actions for a double-click on a webpage. |
파일 크기 | 12.29 KB |
설치 횟수 | 587 |
현재 버전 | 0.7 |
최근 업데이트 | 2015-10-13 |
출시 날짜 | 2015-10-13 |
평점 | 3.29/5 총 7 개의 평점 |
개발자 | https://daniel.schmitz-huebsch.net |
결제 유형 | free |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_chrome_extension_name__", "version": "0.7", "short_name": "__MSG_chrome_extension_shortname__", "author": "Daniel Schmitz-H\u00fcbsch", "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentscript.js" ] } ], "permissions": [ "storage" ], "options_ui": { "page": "options.html", "chrome_style": true } } |