Blitz for Chrome
Blitz your browser history!
什麼是Blitz for Chrome?
Blitz for Chrome是由DriveIO Developers開發的Chrome擴展程式,該擴展的主要功能是“Blitz your browser history!”。
擴展截圖
下載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 |
ID | bebillabkkmbmafaoefeaeaabhoailfb |
官方網址 | 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!" } } } |