DoubleClicker
Double click to open link in new tab.
Wat is DoubleClicker?
DoubleClicker is een Chrome-extensie ontwikkeld door https://niallquirke.com, en de belangrijkste functie is "Double click to open link in new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie DoubleClicker
Download DoubleClicker-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
Easily open links in new tabs by double clicking rather than right clicking on the link and then clicking "Open link in new tab". Very handy tool for googling and general searching. Doesn't currently work on MacOS! Sorry Apple! Any feedback or advice is very much appreciated, thanks in advance! Niall
Basisinformatie over de Extensie
Naam | DoubleClicker |
ID | kdfhgamfoobfingdhklhmjpbgflibeng |
Officiële URL | https://chromewebstore.google.com/detail/doubleclicker/kdfhgamfoobfingdhklhmjpbgflibeng |
Beschrijving | Double click to open link in new tab. |
Bestandsgrootte | 191 KB |
Aantal Installaties | 1,864 |
Huidige Versie | 1.70 |
Laatst Bijgewerkt | 2022-06-16 |
Publicatiedatum | 2020-03-27 |
Beoordeling | 4.50/5 Totaal 24 Beoordelingen |
Ontwikkelaar | https://niallquirke.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://niallquirke.com |
Help Pagina-URL | http://niallquirke.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "lib\/jquery-1.3.2.min.js", "content_script\/content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Double click to open link in new tab.", "icons": { "128": "icons\/icon_128.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png" }, "manifest_version": 2, "name": "DoubleClicker", "short_name": "DoubleClicker", "options_page": "options_page\/options.html", "permissions": [ "storage" ], "version": "1.70" } |