Open link in same tab, pop-up as tab
Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.
什么是Open link in same tab, pop-up as tab?
Open link in same tab, pop-up as tab是由werty1st开发的Chrome扩展程序,该扩展的主要功能是“Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.”。
扩展截图
下载Open link in same tab, pop-up as tab扩展crx文件
下载Open link in same tab, pop-up as tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Converts popups to tabs
扩展基本信息
名称 | Open link in same tab, pop-up as tab |
ID | jbhbalpncehdfjnfcmmimecdhalmjjem |
官方URL | https://chromewebstore.google.com/detail/open-link-in-same-tab-pop/jbhbalpncehdfjnfcmmimecdhalmjjem |
简介 | Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab. |
文件大小 | 451 KB |
安装次数 | 31,039 |
当前版本 | 3.1.2 |
更新时间 | 2020-05-07 |
上架时间 | 2020-05-07 |
评分 | 4.17/5 共12次评分 |
开发者 | werty1st |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/werty1st/popup2tab/blob/master/readme.md |
帮助页面URL | https://github.com/werty1st/popup2tab/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in same tab, pop-up as tab", "short_name": "popup2tab", "description": "Forces Chrome to open new tabs instead of pop-up windows and\/or links in the same tab by default instead of new or background tab.", "version": "3.1.2", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "256": "images\/icon256.png", "128": "images\/icon128.png", "96": "images\/icon96.png", "48": "images\/icon48.png" }, "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ "style\/*" ], "browser_action": { "default_icon": "images\/icon48.png", "default_popup": "popup.html", "default_title": "Open link in same tab, pop-up as tab [Free]" }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": false } } |