xkcd - Comics Viewer
View xkcd comics from any page.
Cos'è xkcd - Comics Viewer?
xkcd - Comics Viewer è un'estensione di Chrome sviluppata da andytu, e la sua funzione principale è "View xkcd comics from any page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione xkcd - Comics Viewer
Scarica i file di estensione xkcd - Comics Viewer 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
Read your favourite web comic xkcd directly on Chrome! Features: - Enjoy a beautiful, clean interface for reading xkcd comics - Navigate and search for any xkcd comic - Access explanations of comics from explainxkcd.com easily - Access your recently browsed comics Feel free to report bugs or submit suggestions in the "Support" tab above. All comics and related artwork belong to Randall Munroe, of xkcd.com
Informazioni di Base sull'Estensione
Nome | xkcd - Comics Viewer |
ID | nmanlcmfmdmfcijmocmihompgjcljacd |
URL Ufficiale | https://chromewebstore.google.com/detail/xkcd-comics-viewer/nmanlcmfmdmfcijmocmihompgjcljacd |
Descrizione | View xkcd comics from any page. |
Dimensione del File | 36.99 KB |
Conteggio Installazioni | 117 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2017-04-25 |
Data di Pubblicazione | 2017-04-24 |
Valutazione | 4.69/5 Totale 13 Valutazioni |
Sviluppatore | andytu |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Andy Tu", "name": "xkcd - Comics Viewer", "short_name": "xkcd-view", "description": "View xkcd comics from any page.", "version": "2.0.2", "icons": { "128": "assets\/xkcd_128.png", "48": "assets\/xkcd_48.png" }, "browser_action": { "default_icon": "assets\/xkcd_128.png", "default_popup": "bin\/xkcd.html", "default_name": "View xkcd" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "*:\/\/xkcd.com\/*", "storage" ] } |