TabLink
Open a link in a new tab, not in the same
什麼是TabLink?
TabLink是由https://javafactory.altervista.org開發的Chrome擴展程式,該擴展的主要功能是“Open a link in a new tab, not in the same”。
下載TabLink擴展crx文件
下載TabLink擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | fiomkbglnahplbafedejbebpfnmmpgdj |
| 官方網址 | https://chromewebstore.google.com/detail/tablink/fiomkbglnahplbafedejbebpfnmmpgdj |
| 簡介 | Open a link in a new tab, not in the same |
| 檔案大小 | 18.31 KB |
| 安裝次數 | 691 |
| 目前版本 | 0.4 |
| 更新時間 | 2012-07-10 |
| 上架時間 | 2012-07-10 |
| 評分 | 3.64/5 共 33 次評分 |
| 開發者 | https://javafactory.altervista.org |
| 付費類型 | free |
| 擴展官網 | http://javafactory.altervista.org/chrome.html |
| 支援的語言 | 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
}
]
} | |