Simple History Manager

A simple Chrome history manager.

Simple History Manager란 무엇입니까?

Simple History Manager은(는) https://guokai.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple Chrome history manager."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Simple History Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will replace Chrome's default  history manager. It can search or clear browsing history by date range.

How to use: 
• Click this extension's icon
• Click menu item from Chrome -> History -> Show Full History
• Use Chrome keyboard shortcuts, Windows/Linux is Ctrl + h, Mac is ⌘ + y

It supports dark/light theme automatically.

Visit https://guokai.dev/ to see all extensions created by me.                    

확장 프로그램 기본 정보

이름 Simple History Manager Simple History Manager
ID cojehmillnknijdaddcpngglfjmillmg
공식 URL https://chromewebstore.google.com/detail/simple-history-manager/cojehmillnknijdaddcpngglfjmillmg
설명 A simple Chrome history manager.
파일 크기 76.31 KB
설치 횟수 2,330
현재 버전 1.3.0
최근 업데이트 2023-08-25
출시 날짜 2020-03-31
평점 4.54/5 총 13 개의 평점
개발자 https://guokai.dev
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://guokai.dev/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple History Manager",
    "version": "1.3.0",
    "author": "Guokai Han",
    "manifest_version": 3,
    "description": "A simple Chrome history manager.",
    "offline_enabled": true,
    "minimum_chrome_version": "104",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "chrome_url_overrides": {
        "history": "history.html"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "history",
        "storage",
        "sessions",
        "tabs",
        "favicon"
    ]
}