Blitz for Chrome
Blitz your browser history!
Cos'è Blitz for Chrome?
Blitz for Chrome è un'estensione di Chrome sviluppata da DriveIO Developers, e la sua funzione principale è "Blitz your browser history!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Blitz for Chrome
Scarica i file di estensione Blitz for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Blitz for Chrome |
ID | bebillabkkmbmafaoefeaeaabhoailfb |
URL Ufficiale | https://chromewebstore.google.com/detail/blitz-for-chrome/bebillabkkmbmafaoefeaeaabhoailfb |
Descrizione | Blitz your browser history! |
Dimensione del File | 206 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-05-29 |
Data di Pubblicazione | 2015-05-29 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | DriveIO Developers |
Tipo di Pagamento | free |
Lingue Supportate | 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!" } } } |