DoubleClicker
Double click to open link in new tab.
Qu'est-ce que DoubleClicker ?
DoubleClicker est une extension Chrome développée par https://niallquirke.com, et sa fonction principale est "Double click to open link in new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DoubleClicker
Téléchargez les fichiers d'extension DoubleClicker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | DoubleClicker |
ID | kdfhgamfoobfingdhklhmjpbgflibeng |
URL Officiel | https://chromewebstore.google.com/detail/doubleclicker/kdfhgamfoobfingdhklhmjpbgflibeng |
Description | Double click to open link in new tab. |
Taille du Fichier | 191 KB |
Nombre d'Installations | 1,864 |
Version Actuelle | 1.70 |
Dernière Mise à Jour | 2022-06-16 |
Date de Publication | 2020-03-27 |
Évaluation | 4.50/5 Total 24 Évaluations |
Développeur | https://niallquirke.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://niallquirke.com |
URL de la Page d'Aide | http://niallquirke.com |
Langues Prises en Charge | 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" } |