DoubleClicker
Double click to open link in new tab.
DoubleClickerとは何ですか?
DoubleClickerはhttps://niallquirke.comによって開発されたChromeの拡張機能で、その主な機能は「Double click to open link in new tab.」です。
拡張機能のスクリーンショット
DoubleClicker拡張機能のCRXファイルをダウンロード
DoubleClicker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily open links in new tabs by double clicking rather than right clicking on the link and then clicking "Open link in new tab". Very handy tool for googling and general searching. Doesn't currently work on MacOS! Sorry Apple! Any feedback or advice is very much appreciated, thanks in advance! Niall
拡張機能の基本情報
名前 | DoubleClicker |
ID | kdfhgamfoobfingdhklhmjpbgflibeng |
公式URL | https://chromewebstore.google.com/detail/doubleclicker/kdfhgamfoobfingdhklhmjpbgflibeng |
説明 | Double click to open link in new tab. |
ファイルサイズ | 191 KB |
インストール数 | 1,864 |
現在のバージョン | 1.70 |
最終更新日 | 2022-06-16 |
公開日 | 2020-03-27 |
評価 | 4.50/5 合計 24 レビュー |
開発者 | https://niallquirke.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://niallquirke.com |
ヘルプページのURL | http://niallquirke.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "lib\/jquery-1.3.2.min.js", "content_script\/content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Double click to open link in new tab.", "icons": { "128": "icons\/icon_128.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png" }, "manifest_version": 2, "name": "DoubleClicker", "short_name": "DoubleClicker", "options_page": "options_page\/options.html", "permissions": [ "storage" ], "version": "1.70" } |