Hibiol

Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.

Hibiolคืออะไร?

Hibiol เป็นส่วนขยายของ Chrome ที่พัฒนาโดย suno และคุณลักษณะหลักของมันคือ "Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Hibiol ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hibiol visualizes your browsing history in your browser's new tab page. A timeline displays information for today and a day within the past week. For both days, the 3 websites you spend the most time on and the 2 websites you visit most frequently are shown.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hibiol Hibiol
ID kddekbacamhkmdpjanhfddljeodbabdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hibiol/kddekbacamhkmdpjanhfddljeodbabdh
คำอธิบาย Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.
ขนาดไฟล์ 1.13 MB
จำนวนการติดตั้ง 150
เวอร์ชันปัจจุบัน 2021.5.2
อัปเดตครั้งล่าสุด 2021-05-04
วันที่เผยแพร่ 2020-04-20
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา suno
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.behance.net/gallery/83743885/Hibiol
URL หน้าช่วยเหลือ https://gitlab.com/suno.txt/hibiol
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hibiol",
    "version": "2021.5.2",
    "description": "Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.",
    "author": "suno",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "incognito": "not_allowed",
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "permissions": [
        "alarms",
        "geolocation",
        "idle",
        "storage",
        "tabs",
        "unlimitedStorage",
        ""
    ],
    "background": {
        "scripts": [
            "scripts\/background\/chronicle.js",
            "scripts\/background\/position.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_popup": "index.html"
    }
}