Hibiol

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

Cos'è Hibiol?

Hibiol è un'estensione di Chrome sviluppata da suno, e la sua funzione principale è "Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Hibiol

Scarica i file di estensione Hibiol in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hibiol Hibiol
ID kddekbacamhkmdpjanhfddljeodbabdh
URL Ufficiale https://chromewebstore.google.com/detail/hibiol/kddekbacamhkmdpjanhfddljeodbabdh
Descrizione Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.
Dimensione del File 1.13 MB
Conteggio Installazioni 150
Versione Corrente 2021.5.2
Ultimo Aggiornamento 2021-05-04
Data di Pubblicazione 2020-04-20
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore suno
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.behance.net/gallery/83743885/Hibiol
URL della Pagina di Aiuto https://gitlab.com/suno.txt/hibiol
Lingue Supportate 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"
    }
}