TabLink
Open a link in a new tab, not in the same
Wat is TabLink?
TabLink is een Chrome-extensie ontwikkeld door https://javafactory.altervista.org, en de belangrijkste functie is "Open a link in a new tab, not in the same".
Download het CRX-bestand van de extensie TabLink
Download TabLink-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
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
Basisinformatie over de Extensie
Naam | TabLink |
ID | fiomkbglnahplbafedejbebpfnmmpgdj |
Officiële URL | https://chromewebstore.google.com/detail/tablink/fiomkbglnahplbafedejbebpfnmmpgdj |
Beschrijving | Open a link in a new tab, not in the same |
Bestandsgrootte | 18.31 KB |
Aantal Installaties | 691 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2012-07-10 |
Publicatiedatum | 2012-07-10 |
Beoordeling | 3.64/5 Totaal 33 Beoordelingen |
Ontwikkelaar | https://javafactory.altervista.org |
Betalingswijze | free |
Extensiewebsite | http://javafactory.altervista.org/chrome.html |
Ondersteunde Talen | 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 } ] } |