Advanced Browser History

A Chrome extension to capture more information about your browsing history.

Advanced Browser History란 무엇입니까?

Advanced Browser History은(는) Trevor Brunette에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension to capture more information about your browsing history."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Advanced Browser History 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Adds more ways to browse, categorize, filter, and otherwise view your browsing history from our custom user interface.
This project will always be free and open source software; view the source code at https://github.com/AdvancedHistory/ABHChrome                    

확장 프로그램 기본 정보

이름 Advanced Browser History Advanced Browser History
ID ajdeagnomgifpeimhpofiphnphdlhbjn
공식 URL https://chromewebstore.google.com/detail/advanced-browser-history/ajdeagnomgifpeimhpofiphnphdlhbjn
설명 A Chrome extension to capture more information about your browsing history.
파일 크기 405 KB
설치 횟수 40
현재 버전 0.1.0
최근 업데이트 2022-04-28
출시 날짜 2022-04-28
개발자 Trevor Brunette
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/AdvancedHistory/ABHChrome
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "ABH",
    "name": "Advanced Browser History",
    "description": "A Chrome extension to capture more information about your browsing history.",
    "version": "0.1.0",
    "manifest_version": 3,
    "action": {
        "default_title": "Open ABH"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "icons": {
        "128": ".\/static\/media\/logo128.png",
        "512": ".\/static\/media\/logo512.png"
    },
    "permissions": [
        "history"
    ]
}