Cached link
Cached links show you what a webpage looked like the last time Google visited it
Cos'è Cached link?
Cached link è un'estensione di Chrome sviluppata da -, e la sua funzione principale è "Cached links show you what a webpage looked like the last time Google visited it".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cached link
Scarica i file di estensione Cached link 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
Informazioni di Base sull'Estensione
Nome | Cached link |
ID | dknndpinklaamkckfjfjdnmnmgaakcaf |
URL Ufficiale | https://chromewebstore.google.com/detail/cached-link/dknndpinklaamkckfjfjdnmnmgaakcaf |
Descrizione | Cached links show you what a webpage looked like the last time Google visited it |
Dimensione del File | 29.74 KB |
Conteggio Installazioni | 878 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2015-06-23 |
Data di Pubblicazione | 2015-06-23 |
Valutazione | 3.25/5 Totale 4 Valutazioni |
Sviluppatore | - |
Tipo di Pagamento | free |
Lingue Supportate | en,fr,es,ru,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_manifest__", "version": "0.9", "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "icon.png" }, "background": { "scripts": [ "script.js" ] }, "permissions": [ "contextMenus", "storage" ] } |