Hibiol

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

Τι είναι το Hibiol;

Το Hibiol είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον suno, και η κύρια λειτουργία του είναι "Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hibiol

Λήψη αρχείων επέκτασης Hibiol σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Hibiol Hibiol
ID kddekbacamhkmdpjanhfddljeodbabdh
Επίσημο URL https://chromewebstore.google.com/detail/hibiol/kddekbacamhkmdpjanhfddljeodbabdh
Περιγραφή Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.
Μέγεθος Αρχείου 1.13 MB
Αριθμός Εγκαταστάσεων 150
Τρέχουσα Έκδοση 2021.5.2
Τελευταία Ενημέρωση 2021-05-04
Ημερομηνία Δημοσίευσης 2020-04-20
Αξιολόγηση 3.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής suno
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.behance.net/gallery/83743885/Hibiol
Διεύθυνση URL της Σελίδας Βοήθειας https://gitlab.com/suno.txt/hibiol
Υποστηριζόμενες Γλώσσες 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"
    }
}