Blitz for Chrome

Blitz your browser history!

Blitz for Chrome là gì?

Blitz for Chrome là một tiện ích mở rộng Chrome được phát triển bởi DriveIO Developers, và tính năng chính của nó là "Blitz your browser history!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Blitz for Chrome

Tải xuống các tệp mở rộng Blitz for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Blitz for Chrome Blitz for Chrome
ID bebillabkkmbmafaoefeaeaabhoailfb
URL Chính Thức https://chromewebstore.google.com/detail/blitz-for-chrome/bebillabkkmbmafaoefeaeaabhoailfb
Mô tả Blitz your browser history!
Kích Thước Tệp 206 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-05-29
Ngày Phát Hành 2015-05-29
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển DriveIO Developers
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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!"
        }
    }
}