Hibiol

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

Hibiol क्या है?

Hibiol 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Hibiol एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}