Double-click to...
Set different actions for a double-click on a webpage.
Double-click to...คืออะไร?
Double-click to... เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://daniel.schmitz-huebsch.net และคุณลักษณะหลักของมันคือ "Set different actions for a double-click on a webpage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Double-click to...
ดาวน์โหลดไฟล์ส่วนขยาย Double-click to... ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } } |