Incognitify
Open current tab in an incognito window
什麼是Incognitify?
Incognitify是由Neword開發的Chrome擴展程式,該擴展的主要功能是“Open current tab in an incognito window”。
擴展截圖
下載Incognitify擴展crx文件
下載Incognitify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Open the current tab to an incognito tab just by clicking the Incognitify button.
Options to set the following:
- Keep the original tab open
- Remove the tab URL from history
- Open the incognito tab maximised
Enable this extension in incognito mode to switch back from incognito browsing to normal browsing.
There are no trackers or malware in this add-on. 擴展基本資訊
| 名稱 | |
| ID | bfooamdflgheadbaakfehmbdelmfogfa |
| 官方網址 | https://chromewebstore.google.com/detail/incognitify/bfooamdflgheadbaakfehmbdelmfogfa |
| 簡介 | Open current tab in an incognito window |
| 檔案大小 | 24.9 KB |
| 安裝次數 | 2,465 |
| 目前版本 | 1.2 |
| 更新時間 | 2020-05-29 |
| 上架時間 | 2020-05-29 |
| 評分 | 4.50/5 共 2 次評分 |
| 開發者 | Neword |
| 付費類型 | free |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Incognitify",
"description": "Open current tab in an incognito window",
"version": "1.2",
"background": {
"scripts": [
"incognitify.js"
]
},
"browser_action": {
"default_icon": "icons\/icon.png",
"default_title": "Incognitify"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"activeTab",
"storage"
],
"optional_permissions": [
"history"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |