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 |
电子邮箱 | [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" } |