TabLink
Open a link in a new tab, not in the same
Qu'est-ce que TabLink ?
TabLink est une extension Chrome développée par https://javafactory.altervista.org, et sa fonction principale est "Open a link in a new tab, not in the same".
Télécharger le fichier CRX de l'extension TabLink
Téléchargez les fichiers d'extension TabLink 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
With TabLink if you click a link, it's always opened in a new tab! So you don't have to use middle-click! This is very useful if you have a mouse without middle-button ATTENTION It doesn't work in new tab, history, downloads, extensions pages Please rate this extension if you like it ------------------------------------------------------------------------------------------------------------------------ Icon from http://dryicons.com
Informations de Base sur l'Extension
Nom | TabLink |
ID | fiomkbglnahplbafedejbebpfnmmpgdj |
URL Officiel | https://chromewebstore.google.com/detail/tablink/fiomkbglnahplbafedejbebpfnmmpgdj |
Description | Open a link in a new tab, not in the same |
Taille du Fichier | 18.31 KB |
Nombre d'Installations | 691 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2012-07-10 |
Date de Publication | 2012-07-10 |
Évaluation | 3.64/5 Total 33 Évaluations |
Développeur | https://javafactory.altervista.org |
Type de Paiement | free |
Site Web de l'Extension | http://javafactory.altervista.org/chrome.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabLink", "version": "0.4", "manifest_version": 2, "description": "Open a link in a new tab, not in the same", "icons": { "48": "tablink48.png", "128": "tablink128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "js": [ "find.js" ], "all_frames": true } ] } |