Blitz for Chrome

Blitz your browser history!

Blitz for Chromeคืออะไร?

Blitz for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DriveIO Developers และคุณลักษณะหลักของมันคือ "Blitz your browser history!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blitz for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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!"
        }
    }
}