Hibiol

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

Qu'est-ce que Hibiol ?

Hibiol est une extension Chrome développée par suno, et sa fonction principale est "Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Hibiol

Téléchargez les fichiers d'extension Hibiol au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hibiol Hibiol
ID kddekbacamhkmdpjanhfddljeodbabdh
URL Officiel 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.
Taille du Fichier 1.13 MB
Nombre d'Installations 150
Version Actuelle 2021.5.2
Dernière Mise à Jour 2021-05-04
Date de Publication 2020-04-20
Évaluation 3.80/5 Total 5 Évaluations
Développeur suno
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.behance.net/gallery/83743885/Hibiol
URL de la Page d'Aide https://gitlab.com/suno.txt/hibiol
Langues Prises en Charge 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"
    }
}