xkcd - New Tab Page
Override the new tab page with an xkcd comic viewer.
Cos'è xkcd - New Tab Page?
xkcd - New Tab Page è un'estensione di Chrome sviluppata da Nick Morgan, e la sua funzione principale è "Override the new tab page with an xkcd comic viewer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione xkcd - New Tab Page
Scarica i file di estensione xkcd - New Tab 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
An xkcd new tab page for Google Chrome, an extension of romance, sarcasm, math, and language. Displays the most recent xkcd comic on the new tab page instead of the original content provided by Chrome. Has a bookmarks bar and a link to the newest What-If, also published by xkcd. All comics provided by http://xkcd.com/
Informazioni di Base sull'Estensione
Nome | xkcd - New Tab Page |
ID | cjakkpghoepnjecfepbmmfofbbjijmgh |
URL Ufficiale | https://chromewebstore.google.com/detail/xkcd-new-tab-page/cjakkpghoepnjecfepbmmfofbbjijmgh |
Descrizione | Override the new tab page with an xkcd comic viewer. |
Dimensione del File | 14.76 KB |
Conteggio Installazioni | 200 |
Versione Corrente | 1.9 |
Ultimo Aggiornamento | 2014-11-02 |
Data di Pubblicazione | 2014-11-01 |
Valutazione | 5.00/5 Totale 13 Valutazioni |
Sviluppatore | Nick Morgan |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xkcd - New Tab Page", "short_name": "xkcd-ntp", "version": "1.9", "description": "Override the new tab page with an xkcd comic viewer.", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Nick Morgan", "incognito": "split", "chrome_url_overrides": { "newtab": "xkcd-ntp.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "bookmarks", "https:\/\/*\/", "http:\/\/xkcd.com\/" ] } |