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开发的Chrome扩展程序,该扩展的主要功能是“Hibiol is an extension which visualizes your browsing history on the new tab page. All data is kept on your device.”。

扩展截图

screenshot
screenshot
screenshot

下载Hibiol扩展crx文件

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