TabLink
Open a link in a new tab, not in the same
Vad är TabLink?
TabLink är en Chrome-tillägg utvecklad av https://javafactory.altervista.org, och dess huvudfunktion är "Open a link in a new tab, not in the same".
Ladda ner TabLink-förlängningens CRX-fil
Ladda ner TabLink-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | fiomkbglnahplbafedejbebpfnmmpgdj |
| Officiell webbadress | https://chromewebstore.google.com/detail/tablink/fiomkbglnahplbafedejbebpfnmmpgdj |
| Beskrivning | Open a link in a new tab, not in the same |
| Filstorlek | 18.31 KB |
| Antal Installationer | 691 |
| Aktuell Version | 0.4 |
| Senast Uppdaterad | 2012-07-10 |
| Publiceringsdatum | 2012-07-10 |
| Betyg | 3.64/5 Totalt 33 Betyg |
| Utvecklare | https://javafactory.altervista.org |
| Betalningssätt | free |
| Tilläggswebbplats | http://javafactory.altervista.org/chrome.html |
| Stödda Språk | 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
}
]
} | |