Incognito History

Keep your incognito history

什麼是Incognito History?

Incognito History是由nqnsoft開發的Chrome擴展程式,該擴展的主要功能是“Keep your incognito history”。

擴展截圖

screenshot
screenshot
screenshot

下載Incognito History擴展crx文件

下載Incognito History擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Incognito History allows you to keep your incognito browsing history. Similar to the normal History, you can search, and manage your history.

Features:
* Search more from a site
* Search your history by keyword. Or browse it chronologically.

NOTES:
* This is a work in progress and new futures and UI fixes are released periodically.                    

擴展基本資訊

名稱 Incognito History Incognito History
ID pmfdkggpmpoebkjadpfpjpidllghlhgc
官方網址 https://chromewebstore.google.com/detail/incognito-history/pmfdkggpmpoebkjadpfpjpidllghlhgc
簡介 Keep your incognito history
檔案大小 241 KB
安裝次數 1,000
目前版本 0.1.8
更新時間 2023-12-22
上架時間 2023-03-28
開發者 nqnsoft
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/nqnsoft-privacypolicy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Incognito History",
    "description": "Keep your incognito history",
    "version": "0.1.8",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png",
            "128": "images\/icon-128.png"
        }
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/chromehistory.herokuapp.com\/*"
    ],
    "incognito": "spanning"
}