History Blacklist

Blacklists URLs from entering Chrome's history.

History Blacklistとは何ですか?

History Blacklistはsmrqによって開発されたChromeの拡張機能で、その主な機能は「Blacklists URLs from entering Chrome's history.」です。

拡張機能のスクリーンショット

screenshot

History Blacklist拡張機能のCRXファイルをダウンロード

History Blacklist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Blacklists URLs from entering Chrome's history. When you navigate to any URL that matches any of the blacklisted patterns that you provide, this extension will immediately remove that URL from your history.                    

拡張機能の基本情報

名前 History Blacklist History Blacklist
ID dglhdhjfhaikplcgklplalmejcahjheo
公式URL https://chromewebstore.google.com/detail/history-blacklist/dglhdhjfhaikplcgklplalmejcahjheo
説明 Blacklists URLs from entering Chrome's history.
ファイルサイズ 15.87 KB
インストール数 1,434
現在のバージョン 1.0.1
最終更新日 2020-01-21
公開日 2020-01-21
評価 4.47/5 合計 15 レビュー
開発者 smrq
支払い方法 free
拡張機能のウェブサイト https://github.com/smrq/chrome-history-blacklist
ヘルプページのURL https://github.com/smrq/chrome-history-blacklist/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Blacklist",
    "version": "1.0.1",
    "description": "Blacklists URLs from entering Chrome's history.",
    "icons": {
        "16": "images\/icon-16px.png",
        "32": "images\/icon-32px.png",
        "48": "images\/icon-48px.png",
        "64": "images\/icon-64px.png",
        "128": "images\/icon-128px.png",
        "192": "images\/icon-192px.png"
    },
    "author": "Greg Smith ",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/github.com\/smrq\/chrome-history-blacklist",
    "options_page": "options.html",
    "permissions": [
        "history",
        "storage"
    ]
}