Hibiol

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

Hibiol là gì?

Hibiol là một tiện ích mở rộng Chrome được phát triển bởi suno, và tính năng chính của nó là "Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hibiol

Tải xuống các tệp mở rộng Hibiol dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hibiol Hibiol
ID kddekbacamhkmdpjanhfddljeodbabdh
URL Chính Thức https://chromewebstore.google.com/detail/hibiol/kddekbacamhkmdpjanhfddljeodbabdh
Mô tả Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.
Kích Thước Tệp 1.13 MB
Số Lần Cài Đặt 150
Phiên Bản Hiện Tại 2021.5.2
Cập Nhật Lần Cuối 2021-05-04
Ngày Phát Hành 2020-04-20
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển suno
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.behance.net/gallery/83743885/Hibiol
URL Trang Trợ Giúp https://gitlab.com/suno.txt/hibiol
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}