History Plus

History Plus is a better history management tools for your browser

什么是History Plus?

History Plus是由History+开发的Chrome扩展程序,该扩展的主要功能是“History Plus is a better history management tools for your browser”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载History Plus扩展crx文件

下载History Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Better ways to manage your browsing history
🚀 Features
  ⭐️ Save browsing history beyond 90 days before Chrome deletes it.
  ⭐️ Export history for backup or transfer to another computer 
  ⭐️ Import history. Compatible with History Trends Unlimited's export.
  ⭐️ Pin most important pages in a single category page for easy access
  ⭐️ Automatically categorize your visits
  ⭐️ Quick filtering by click website logos
  ⭐️ Top visits by category
  ⭐️ Top visits by website                    

扩展基本信息

名称 History Plus History Plus
ID kloodnjmhgicecceindgbfpjencnhajh
官方URL https://chromewebstore.google.com/detail/history-plus/kloodnjmhgicecceindgbfpjencnhajh
简介 History Plus is a better history management tools for your browser
文件大小 580 KB
安装次数 722
当前版本 0.8.8
更新时间 2023-09-22
上架时间 2023-03-15
评分 4.44/5 共16次评分
开发者 History+
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sites.google.com/view/history-plus-extension/home
帮助页面URL https://sites.google.com/view/history-plus-extension/feeback
隐私政策页面URL https://sites.google.com/view/history-plus-extension/privacy-policy
支持的语言 en-US
manifest.json
{
    "name": "History Plus",
    "short_name": "HP",
    "description": "History Plus is a better history management tools for your browser",
    "version": "0.8.8",
    "manifest_version": 3,
    "author": "Tom Zenho",
    "action": {
        "default_icon": {
            "128": "assets\/icon\/history_plus_128.png",
            "16": "assets\/icon\/history_plus_16.png",
            "32": "assets\/icon\/history_plus_32.png",
            "48": "assets\/icon\/history_plus_48.png",
            "64": "assets\/icon\/history_plus_64.png"
        },
        "default_popup": "popup.html",
        "default_title": "History+"
    },
    "options_page": "options.html",
    "icons": {
        "128": "assets\/icon\/history_plus_128.png",
        "16": "assets\/icon\/history_plus_16.png",
        "32": "assets\/icon\/history_plus_32.png",
        "48": "assets\/icon\/history_plus_48.png",
        "64": "assets\/icon\/history_plus_64.png"
    },
    "permissions": [
        "favicon",
        "storage",
        "history",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "incognito": "not_allowed",
    "offline_enabled": true,
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}