Hibiol

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

Wat is Hibiol?

Hibiol is een Chrome-extensie ontwikkeld door suno, en de belangrijkste functie is "Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Hibiol

Download Hibiol-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hibiol Hibiol
ID kddekbacamhkmdpjanhfddljeodbabdh
Officiële URL https://chromewebstore.google.com/detail/hibiol/kddekbacamhkmdpjanhfddljeodbabdh
Beschrijving Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.
Bestandsgrootte 1.13 MB
Aantal Installaties 150
Huidige Versie 2021.5.2
Laatst Bijgewerkt 2021-05-04
Publicatiedatum 2020-04-20
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar suno
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.behance.net/gallery/83743885/Hibiol
Help Pagina-URL https://gitlab.com/suno.txt/hibiol
Ondersteunde Talen 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"
    }
}