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
官方URL 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"
}