Open link in this tab
Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
什么是Open link in this tab?
Open link in this tab是由https://wis.am开发的Chrome扩展程序,该扩展的主要功能是“Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.”。
扩展截图
下载Open link in this tab扩展crx文件
下载Open link in this tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Some links only open in new tabs when you click them, this extension adds an option in the context menu for a right click on a link for opening the link in the current tab.
扩展基本信息
名称 | Open link in this tab |
ID | mgekbifamjphaakikmkphlpnlodeacnp |
官方URL | https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp |
简介 | Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab. |
文件大小 | 11.94 KB |
安装次数 | 83 |
当前版本 | 1.0 |
更新时间 | 2021-08-24 |
上架时间 | 2021-08-24 |
评分 | 5.00/5 共1次评分 |
开发者 | https://wis.am |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://wis.am/browser-extensions/open-link-in-this-tab |
帮助页面URL | https://wis.am/browser-extensions/open-link-in-this-tab |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in this tab", "author": "Wis [email protected]", "homepage_url": "https:\/\/wis.am\/browser-extensions\/open-link-in-this-tab", "description": "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ], "icons": { "16": "icons\/link16x16.png", "32": "icons\/link32x32.png", "48": "icons\/link48x48.png", "128": "icons\/link128x128.png" } } |