Left Click Open New Tab
Left click open new tab other domain link.
什么是Left Click Open New Tab?
Left Click Open New Tab是由macha开发的Chrome扩展程序,该扩展的主要功能是“Left click open new tab other domain link.”。
扩展截图
下载Left Click Open New Tab扩展crx文件
下载Left Click Open New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Left click open new tab, other domain link. ## v2.0.0 * add "Ignore links in embedded YouTube video players." ## v1.3 * add ignore site path by option. http://leftclickopennewtab.blogspot.jp/
扩展基本信息
名称 | Left Click Open New Tab |
ID | biooinfaokckfkbfkjkaneejhfgfadda |
官方URL | https://chromewebstore.google.com/detail/left-click-open-new-tab/biooinfaokckfkbfkjkaneejhfgfadda |
简介 | Left click open new tab other domain link. |
文件大小 | 47.16 KB |
安装次数 | 652 |
当前版本 | 2.0.5 |
更新时间 | 2024-02-05 |
上架时间 | 2014-12-07 |
评分 | 3.56/5 共9次评分 |
开发者 | macha |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "jquery.min.js", "js\/script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Left click open new tab other domain link.", "name": "Left Click Open New Tab", "permissions": [ "background", "tabs", "storage" ], "background": { "service_worker": "js\/background.js" }, "options_page": "html\/options.html", "manifest_version": 3, "version": "2.0.5" } |