Opens external links in a new tab
Opens external links in a new tab
什么是Opens external links in a new tab?
Opens external links in a new tab是由Celtis Ltd开发的Chrome扩展程序,该扩展的主要功能是“Opens external links in a new tab”。
扩展截图
下载Opens external links in a new tab扩展crx文件
下载Opens external links in a new tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This small extension converts all external links to be opened in a new tab. This simple, but useful functionality was inspired by some famous collaboration web sites where by default external links are opened in the same window and it cannot be changed.
扩展基本信息
名称 | Opens external links in a new tab |
ID | dmcplcjakmobkeanofhphpjecbpjicka |
官方URL | https://chromewebstore.google.com/detail/opens-external-links-in-a/dmcplcjakmobkeanofhphpjecbpjicka |
简介 | Opens external links in a new tab |
文件大小 | 28.99 KB |
安装次数 | 1,145 |
当前版本 | 1.0 |
更新时间 | 2015-08-21 |
上架时间 | 2015-08-21 |
评分 | 2.67/5 共12次评分 |
开发者 | Celtis Ltd |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Opens external links in a new tab", "version": "1.0", "manifest_version": 2, "description": "Opens external links in a new tab", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/targetFixer.js" ] } ] } |