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
Eメール [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"
    }
}