New Tab
Open external link on new tab on google search result, Jira and Stackoverflow
什么是New Tab?
New Tab是由Thinh Nguyen开发的Chrome扩展程序,该扩展的主要功能是“Open external link on new tab on google search result, Jira and Stackoverflow”。
扩展截图
下载New Tab扩展crx文件
下载New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Some time when i used Stackoverflow to research and Jira for manage task, once i clicked on a link external link then it opened link on same tab. So i can't read other information on the task page. This extension will open external link on new tab.
扩展基本信息
名称 | New Tab |
ID | omobkjbchckaocdkcbeapemooohjgbnk |
官方URL | https://chromewebstore.google.com/detail/new-tab/omobkjbchckaocdkcbeapemooohjgbnk |
简介 | Open external link on new tab on google search result, Jira and Stackoverflow |
文件大小 | 38.51 KB |
安装次数 | 353 |
当前版本 | 1.2 |
更新时间 | 2022-03-07 |
上架时间 | 2021-06-23 |
评分 | 5.00/5 共6次评分 |
开发者 | Thinh Nguyen |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab ", "version": "1.2", "description": "Open external link on new tab on google search result, Jira and Stackoverflow", "manifest_version": 3, "action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/stackoverflow.com\/*", "https:\/\/*.atlassian.net\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-3.6.0.min.js", "js\/ExtLink.js" ] } ] } |