incogni-tab
Open your current tab in an incognito or regular window
什么是incogni-tab?
incogni-tab是由Targetlock.io开发的Chrome扩展程序,该扩展的主要功能是“Open your current tab in an incognito or regular window”。
扩展截图
下载incogni-tab扩展crx文件
下载incogni-tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
incogni-tab is a simple extension that opens your current tab in an incognito (private browsing) or regular window. No unnecessary permissions or tracking! It's easy! Just click on the extension icon in a regular window and your current tab is opened in an incognito window. Click on the extension when your tab is in an incognito window and it is opened into a regular window. There is also the option to keep the original tab open or close it once the new one is opened. Please post suggestions and reviews, we want to make this the most useful extension of its kind.
扩展基本信息
名称 | incogni-tab |
ID | mhppgjeghhhfdeemdkfcfkcnmopmcnkf |
官方URL | https://chromewebstore.google.com/detail/incogni-tab/mhppgjeghhhfdeemdkfcfkcnmopmcnkf |
简介 | Open your current tab in an incognito or regular window |
文件大小 | 46.31 KB |
安装次数 | 903 |
当前版本 | 1.2.1 |
更新时间 | 2020-11-18 |
上架时间 | 2016-02-03 |
评分 | 4.36/5 共11次评分 |
开发者 | Targetlock.io |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | de,en,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "short_name": "incogni-tab", "version": "1.2.1", "author": "EDGE Solutions", "offline_enabled": true, "browser_action": { "default_title": "incogni-tab", "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" } }, "permissions": [ "activeTab", "storage" ], "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "38": "img\/icon38.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "src\/background\/background.min.js" ], "persistent": false }, "options_ui": { "page": "src\/options\/options_overlay.html", "chrome_style": true } } |