XKCD Explainer
Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.
Qu'est-ce que XKCD Explainer ?
XKCD Explainer est une extension Chrome développée par Unknown, et sa fonction principale est "Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension XKCD Explainer
Téléchargez les fichiers d'extension XKCD Explainer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Do you find yourself occasionally puzzled by a reference on XKCD? Good news! Puzzle no more! This extension will add a button to every XKCD comic (appropriately named "Huh?") that will send you directly to the corresponding explainxkcd.com page.
Informations de Base sur l'Extension
Nom | XKCD Explainer |
ID | iicndfighifkfkpijajnnhhbdmnohcml |
URL Officiel | https://chromewebstore.google.com/detail/xkcd-explainer/iicndfighifkfkpijajnnhhbdmnohcml |
Description | Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd. |
Taille du Fichier | 23.61 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-10-16 |
Date de Publication | 2018-10-16 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XKCD Explainer", "version": "1.0", "description": "Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.", "icons": { "48": "icons\/xkcd.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.xkcd.com\/*" ], "js": [ "explain_xkcd.js" ] } ] } |