Double-click to...
Set different actions for a double-click on a webpage.
Double-click to... क्या है?
Double-click to... https://daniel.schmitz-huebsch.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set different actions for a double-click on a webpage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Double-click to... एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } } |