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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}