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! 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |