xkcd viewer
Chrome extension that can display and search for xkcd webcomics
Cos'è xkcd viewer?
xkcd viewer è un'estensione di Chrome sviluppata da charliecowandev, e la sua funzione principale è "Chrome extension that can display and search for xkcd webcomics".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione xkcd viewer
Scarica i file di estensione xkcd 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
Allows you to quickly view any xkcd comic. Quick viewing of the latest xkcd comic, along with a explainxkcd.com search bar and ability to view any xkcd comics by entering their id, except in particular cases, for instance when they have interactive elements. I am working on incorporating these. Each frame includes the comics image, title, release date, number, permalink and a link to the explainxkcd.com article for relevant comic. Also buttons for previous, next, random, first and last comics.
Informazioni di Base sull'Estensione
Nome | |
ID | bjhblbibalaljknaekfgjpbccgoonkee |
URL Ufficiale | https://chrome.google.com/webstore/detail/xkcd-viewer/bjhblbibalaljknaekfgjpbccgoonkee |
Descrizione | Chrome extension that can display and search for xkcd webcomics |
Dimensione del File | 51.12 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2020-04-15 |
Data di Pubblicazione | 2020-04-15 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | charliecowandev |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "description": "Chrome extension that can display and search for xkcd webcomics", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs\/1PLDG9L3MFoL68rdnDRuCU0wpLoyKRJ4jzH1YFcaI4lBxLB72+IBP1pJQdRA8BY084LwdKfBkEIPzLprEisi7thIDxqYZuBxO4YSpYcBjwdualJELRvcGow7sQU6RLEgI+U93wOXw6k4OSCQ5Zt3f32i3FgN0AOlmXndFk5Pttlu+I0ZHs3yEvoexj0vbA4WBtUF6mWjJVUGIPBBKUDVTg0ksMJr2mFoxMvte0MP1pxwqgSa4bVFv5qa\/c1inzwVqN4tZQRaOMo+AnUCbus6N9sNrmmob6QUlHFxp5yoWqtGaD7BXU9UPkSkiiEmz9ZcJCAwVRCiQenYl9OUEPsQIDAQAB", "manifest_version": 2, "name": "xkcd viewer", "permissions": [ "http:\/\/xkcd.com\/", "https:\/\/xkcd.com\/" ], "version": "1.0.3" } |