View Cached Page
View the Google cached page for the URL you are viewing
Cos'è View Cached Page?
View Cached Page è un'estensione di Chrome sviluppata da pinibalilihamelech, e la sua funzione principale è "View the Google cached page for the URL you are viewing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione View Cached Page
Scarica i file di estensione View Cached Page 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
This extension enables you to quickly check the Google cached page for the URL you are viewing. Simply navigate to the URL you want to check and click "View Cached Page".
Informazioni di Base sull'Estensione
Nome | |
ID | pgnjgiifjjoloadfedjhmjkfbpbjdpog |
URL Ufficiale | https://chrome.google.com/webstore/detail/view-cached-page/pgnjgiifjjoloadfedjhmjkfbpbjdpog |
Descrizione | View the Google cached page for the URL you are viewing |
Dimensione del File | 27.03 KB |
Conteggio Installazioni | 954 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-01-22 |
Data di Pubblicazione | 2014-01-22 |
Valutazione | 2.10/5 Totale 21 Valutazioni |
Sviluppatore | pinibalilihamelech |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "View Cached Page", "description": "View the Google cached page for the URL you are viewing", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |