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 |
| 公式URL | 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
}
]
} | |