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