Open link on new tab
Drag link to right/left by right key. by Liao.
Open link on new tabとは何ですか?
Open link on new tabはLiaoによって開発されたChromeの拡張機能で、その主な機能は「Drag link to right/left by right key. by Liao.」です。
拡張機能のスクリーンショット
Open link on new tab拡張機能のCRXファイルをダウンロード
Open link on new tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Drag link to right = Open on new tab and show up
Drag link to left = Open on new tab in background
Taiwan No. 1 拡張機能の基本情報
| 名前 | |
| ID | fadioakbapkbkelmieaohfmheffakcha |
| 公式URL | https://chromewebstore.google.com/detail/open-link-on-new-tab/fadioakbapkbkelmieaohfmheffakcha |
| 説明 | Drag link to right/left by right key. by Liao. |
| ファイルサイズ | 1.39 MB |
| インストール数 | 48 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2020-07-17 |
| 公開日 | 2020-07-17 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Liao |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open link on new tab",
"version": "1.0.0",
"manifest_version": 2,
"description": "Drag link to right\/left by right key. by Liao.",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"contentscript.js"
]
}
],
"browser_action": {
"default_icon": "icon128.png"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |