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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}