Alphacoders Image Previewer
alphacoders fast image previewer
Cos'è Alphacoders Image Previewer?
Alphacoders Image Previewer è un'estensione di Chrome sviluppata da Guja1501, e la sua funzione principale è "alphacoders fast image previewer".
Scarica il file CRX dell'estensione Alphacoders Image Previewer
Scarica i file di estensione Alphacoders Image Previewer 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
In http://wall.alphacoders.com/ we will be able to see image with full size without reload website. It's just image previewer.
Informazioni di Base sull'Estensione
Nome | |
ID | pdgcdigokeifcekoimfaibamccnfejgp |
URL Ufficiale | https://chrome.google.com/webstore/detail/alphacoders-image-preview/pdgcdigokeifcekoimfaibamccnfejgp |
Descrizione | alphacoders fast image previewer |
Dimensione del File | 47.02 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-05-17 |
Data di Pubblicazione | 2015-05-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Guja1501 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alphacoders Image Previewer", "short_name": "AIP", "description": "alphacoders fast image previewer", "version": "1.0", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.alphacoders.com\/*" ] } ], "icons": { "32": "icon128.png", "64": "icon128.png", "128": "icon128.png" }, "permissions": [ "tabs", "*:\/\/*.alphacoders.com\/*" ], "web_accessible_resources": [], "manifest_version": 2 } |