History On/Off Switch

Selectively/Temporary Enable/Disable Browser History

History On/Off Switch란 무엇입니까?

History On/Off Switch은(는) HedCET에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Selectively/Temporary Enable/Disable Browser History"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

History On/Off Switch 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        this extension provide you disable/enable browsing/downloads history & permanently block user-given keyword/URL regex patterns from past/present/future history

if you remove an URL immediately from the history then the back button functionality doesn't work as expected, this extension will clear the history tab wise when it close

similar in downloads history, this extension will clear the downloads history when it done

if you want to permanently remove certain keywords/URLs from past/present/future history that's given in the options page

clear tabs history on close, clear interrupted/completed downloads history & permanently block user-given keyword/URL regex patterns                    

확장 프로그램 기본 정보

이름 History On/Off Switch History On/Off Switch
ID emmnfedbicipebplokdnmiggphokpneo
공식 URL https://chromewebstore.google.com/detail/history-onoff-switch/emmnfedbicipebplokdnmiggphokpneo
설명 Selectively/Temporary Enable/Disable Browser History
파일 크기 8.1 KB
설치 횟수 26
현재 버전 1.5
최근 업데이트 2021-07-12
출시 날짜 2021-07-01
개발자 HedCET
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/HedCET/disable-history/wiki
도움말 페이지 URL https://github.com/HedCET/disable-history/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.scripts.js"
        ]
    },
    "browser_action": {
        "default_icon": "enabled.png",
        "default_title": "History Enabled"
    },
    "description": "Selectively\/Temporary Enable\/Disable Browser History",
    "homepage_url": "https:\/\/github.com\/HedCET\/disable-history\/wiki",
    "icons": {
        "48": "enabled.png"
    },
    "manifest_version": 2,
    "name": "History On\/Off Switch",
    "offline_enabled": true,
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "downloads",
        "history",
        "storage",
        "tabs"
    ],
    "version": "1.5"
}