Hibiol

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

Was ist Hibiol?

Hibiol ist eine Chrome-Erweiterung, die von suno entwickelt wurde, und ihr Hauptmerkmal ist "Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Hibiol-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hibiol-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hibiol Hibiol
ID kddekbacamhkmdpjanhfddljeodbabdh
Offizielle URL https://chromewebstore.google.com/detail/hibiol/kddekbacamhkmdpjanhfddljeodbabdh
Beschreibung Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.
Dateigröße 1.13 MB
Installationsanzahl 150
Aktuelle Version 2021.5.2
Letztes Update 2021-05-04
Veröffentlichungsdatum 2020-04-20
Bewertung 3.80/5 Insgesamt 5 Bewertungen
Entwickler suno
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.behance.net/gallery/83743885/Hibiol
Hilfeseite URL https://gitlab.com/suno.txt/hibiol
Unterstützte Sprachen 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"
    }
}