Double-click to...
Set different actions for a double-click on a webpage.
Wat is Double-click to...?
Double-click to... is een Chrome-extensie ontwikkeld door https://daniel.schmitz-huebsch.net, en de belangrijkste functie is "Set different actions for a double-click on a webpage.".
Extensie Screenshots
Download het CRX-bestand van de extensie Double-click to...
Download Double-click to...-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dnlbjgbbmhedhlijenejbbcnhndkhdnn |
| Officiële URL | https://chromewebstore.google.com/detail/double-click-to/dnlbjgbbmhedhlijenejbbcnhndkhdnn |
| Beschrijving | Set different actions for a double-click on a webpage. |
| Bestandsgrootte | 12.29 KB |
| Aantal Installaties | 587 |
| Huidige Versie | 0.7 |
| Laatst Bijgewerkt | 2015-10-13 |
| Publicatiedatum | 2015-10-13 |
| Beoordeling | 3.29/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | https://daniel.schmitz-huebsch.net |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
} | |