History AutoDelete

Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History

History AutoDelete란 무엇입니까?

History AutoDelete은(는) CAD Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Control your history! This extension will let you pick a domain to be auto deleted from history. Useful for any site that likes to spawn a bunch of history entries (ex. Google Maps or Google Translate). Also you choose how long to keep history.

Main Features
- Set any domain's history to be auto deleted
- Import and Export your list of domains
- Keep history for X days (auto delete older history)
- Counts the total number history deleted
- Icon shows you how many times that domain's entries show up in your history
- Clear all history for a domain on demand
- Responsive and Sleek Settings Menu                    

확장 프로그램 기본 정보

이름 History AutoDelete History AutoDelete
ID bhfakmaiadhflpjloimlagikhodjiefj
공식 URL https://chromewebstore.google.com/detail/history-autodelete/bhfakmaiadhflpjloimlagikhodjiefj
설명 Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History
파일 크기 773 KB
설치 횟수 7,708
현재 버전 2.0.2
최근 업데이트 2017-08-16
출시 날짜 2017-08-16
평점 4.15/5 총 26 개의 평점
개발자 CAD Team
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mrdokenny/History-AutoDelete/
도움말 페이지 URL https://github.com/mrdokenny/History-AutoDelete/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "global_files\/browserDetect.js",
            "global_files\/browser-polyfill.js",
            "global_files\/redux.js",
            "global_files\/redux-thunk.js",
            "global_files\/redux-webext.js",
            "global_files\/shortid.js",
            "backgroundBundle.js"
        ]
    },
    "description": "Control Your History! Choose to Auto Delete Certain History and\/or Auto Clean Older History",
    "homepage_url": "https:\/\/github.com\/mrdokenny\/History-AutoDelete",
    "browser_action": {
        "default_icon": {
            "24": "icons\/icon_24.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png"
        },
        "default_title": "History AutoDelete",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "history",
        "tabs",
        "storage",
        "alarms"
    ],
    "manifest_version": 2,
    "name": "History AutoDelete",
    "version": "2.0.2"
}