History Plus

History Plus is a better history management tools for your browser

History Plusคืออะไร?

History Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย History+ และคุณลักษณะหลักของมันคือ "History Plus is a better history management tools for your browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย History Plus

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}