Open Same Tab
Make links open in the same tab for specific webpages.
什么是Open Same Tab?
Open Same Tab是由em_te开发的Chrome扩展程序,该扩展的主要功能是“Make links open in the same tab for specific webpages.”。
扩展截图
下载Open Same Tab扩展crx文件
下载Open Same Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Nowadays search engines are greedy and want to keep you on their search results page for as long as possible. That's why they make each search result open in a new tab. With this extension, simply click the toolbar icon when you are on a search results page, and the extension will remember the domain of the page and the next time you are on that page, the extension will force links to open in the same page. To remove the domain from the extension, simply visit the same page and click the toolbar icon again.
扩展基本信息
名称 | Open Same Tab |
ID | fpkmdincjjgncpbbmeclgbpjmgdehmph |
官方URL | https://chromewebstore.google.com/detail/open-same-tab/fpkmdincjjgncpbbmeclgbpjmgdehmph |
简介 | Make links open in the same tab for specific webpages. |
文件大小 | 25.4 KB |
安装次数 | 441 |
当前版本 | 0.1.8 |
更新时间 | 2020-06-07 |
上架时间 | 2020-06-06 |
评分 | 4.14/5 共7次评分 |
开发者 | em_te |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://em-te.github.io/privacy |
支持的语言 | de,en,es,ru,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Same Tab", "author": "Terry", "version": "0.1.8", "description": "__MSG_extensionDescription__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "icon_16.png", "24": "icon_24.png", "38": "icon_38.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "activeTab", "notifications", "storage", "webNavigation" ], "optional_permissions": [ " |