Blitz for Chrome

Blitz your browser history!

Blitz for Chromeとは何ですか?

Blitz for ChromeはDriveIO Developersによって開発されたChromeの拡張機能で、その主な機能は「Blitz your browser history!」です。

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

screenshot

Blitz for Chrome拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Blitz your browser history!

Uh oh! You've visited a questionable website, but you forgot to use incognito mode. Luckily, you can still clear it from your browser history. But who has time to go through all of those ugly confirmation dialogs?

Luckily, Blitz for Chrome is here! Blitz for Chrome is the easy, one-step solution for hiding your questionable internet browsing habits. Simply right-click and "Blitz!" the tab from your history, or even escape to a website with more acceptable content. With Blitz for Chrome, your private internet life can stay private!                    

拡張機能の基本情報

名前 Blitz for Chrome Blitz for Chrome
ID bebillabkkmbmafaoefeaeaabhoailfb
公式URL https://chromewebstore.google.com/detail/blitz-for-chrome/bebillabkkmbmafaoefeaeaabhoailfb
説明 Blitz your browser history!
ファイルサイズ 206 KB
インストール数 21
現在のバージョン 1.2
最終更新日 2015-05-29
公開日 2015-05-29
評価 4.83/5 合計 6 レビュー
開発者 DriveIO Developers
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blitz for Chrome",
    "offline_enabled": true,
    "version": "1.2",
    "description": "Blitz your browser history!",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Blitz for Chrome",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "permissions": [
        "history",
        "contextMenus",
        "activeTab",
        "tabs"
    ],
    "commands": {
        "blitz": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Blitz!"
        },
        "blitztab": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Blitz Tab!"
        }
    }
}