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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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!"
        }
    }
}