Open tab in incognito
This extension will open the current tab in incogntio mode
什么是Open tab in incognito?
Open tab in incognito是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension will open the current tab in incogntio mode”。
扩展截图
下载Open tab in incognito扩展crx文件
下载Open tab in incognito扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will open the current tab in incogntio mode This tool will help anyone from standard users to developers. Ever run out of article limits? Open in a incognito window! Ever had issues with caching? Open in a incognito window! Ever started some secret shopping and wanted to open the item quickly and without anyone knowing? Open in a incognito window!
扩展基本信息
名称 | Open tab in incognito |
ID | jphadcnfmefilmapphdlailkfdmdlllc |
官方URL | https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc |
简介 | This extension will open the current tab in incogntio mode |
文件大小 | 6 KB |
安装次数 | 55 |
当前版本 | 1.0 |
更新时间 | 2020-05-02 |
上架时间 | 2020-05-02 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open tab in incognito", "description": "This extension will open the current tab in incogntio mode", "version": "1.0", "background": { "scripts": [ "popup.js" ] }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "tabs" ] } |