XKCD substitutions
Making the web a stranger better place.
Qu'est-ce que XKCD substitutions ?
XKCD substitutions est une extension Chrome développée par alec.posney, et sa fonction principale est "Making the web a stranger better place.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension XKCD substitutions
Téléchargez les fichiers d'extension XKCD substitutions 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
Is the news getting you down? Well about to be cheered up with substitutions that make reading the news more fun. see http://xkcd.com/1288, https://xkcd.com/1625/ Now with custom substitutions! Simply right click the extension icon and click options to add your own. some other xkcd jokes have made it into the newest version. https://xkcd.com/1004/ https://xkcd.com/1418/ https://xkcd.com/1031/ https://xkcd.com/1625/ all credit to xkcd also checkout s/keyboard/leopard, which inspired this extension. http://chrome.google.com/webstore/detail/skeyboardleopard/oheflacdocadefgdpiimpapbkomhgbbe source: https://github.com/Posnet/xkcd-substitutions
Informations de Base sur l'Extension
Nom | XKCD substitutions |
ID | jkgogmboalmaijfgfhfepckdgjeopfhk |
URL Officiel | https://chromewebstore.google.com/detail/xkcd-substitutions/jkgogmboalmaijfgfhfepckdgjeopfhk |
Description | Making the web a stranger better place. |
Taille du Fichier | 432 KB |
Nombre d'Installations | 8,032 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2016-03-13 |
Date de Publication | 2016-03-13 |
Évaluation | 4.54/5 Total 301 Évaluations |
Développeur | alec.posney |
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 substitutions", "description": "Making the web a stranger better place.", "version": "1.4.1", "options_page": "html\/config.html", "browser_action": { "default_icon": { "19": "images\/enabled.png" }, "default_title": "click to disable xkcd substitutions" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "images\/icon128.png" } } |