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
扩展基本信息
名称 | Open link on new tab |
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 |
电子邮箱 | [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" } } |