TabLink
Open a link in a new tab, not in the same
Was ist TabLink?
TabLink ist eine Chrome-Erweiterung, die von https://javafactory.altervista.org entwickelt wurde, und ihr Hauptmerkmal ist "Open a link in a new tab, not in the same".
TabLink-Erweiterungs-CRX-Datei herunterladen
Laden Sie TabLink-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fiomkbglnahplbafedejbebpfnmmpgdj |
| Offizielle URL | https://chromewebstore.google.com/detail/tablink/fiomkbglnahplbafedejbebpfnmmpgdj |
| Beschreibung | Open a link in a new tab, not in the same |
| Dateigröße | 18.31 KB |
| Installationsanzahl | 691 |
| Aktuelle Version | 0.4 |
| Letztes Update | 2012-07-10 |
| Veröffentlichungsdatum | 2012-07-10 |
| Bewertung | 3.64/5 Insgesamt 33 Bewertungen |
| Entwickler | https://javafactory.altervista.org |
| Zahlungsart | free |
| Erweiterungswebsite | http://javafactory.altervista.org/chrome.html |
| Unterstützte Sprachen | 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
}
]
} | |