Hibiol

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

What is Hibiol?

Hibiol is a Chrome extension developed by suno, and its main feature is "Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Hibiol Extension CRX File

Download Hibiol extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hibiol Hibiol
ID kddekbacamhkmdpjanhfddljeodbabdh
Official URL https://chromewebstore.google.com/detail/hibiol/kddekbacamhkmdpjanhfddljeodbabdh
Description Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.
File Size 1.13 MB
Installation Count 150
Current Version 2021.5.2
Last Updated 2021-05-04
Publish Date 2020-04-20
Rating 3.80/5 Total 5 Ratings
Developer suno
Email [email protected]
Payment Type free
Extension Website https://www.behance.net/gallery/83743885/Hibiol
Help Page URL https://gitlab.com/suno.txt/hibiol
Supported Languages 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"
    }
}