XKCD Substitutions
Change words to make stories more interesting.
Qu'est-ce que XKCD Substitutions ?
XKCD Substitutions est une extension Chrome développée par Jamhead, et sa fonction principale est "Change words to make stories more interesting.".
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
Based on the xkcd post http://xkcd.com/1288/ This automatically makes stories "more interesting" on any page you load. If you like this extension, you may find my grammer nazi sniper extension interesting! https://chrome.google.com/webstore/detail/grammar-nazi-sniper/jfmcccckobkegdpemjgekhbcnjemdaed
Informations de Base sur l'Extension
Nom | |
ID | lbinmfmfmffgamcaljgbfajbcnokjedd |
URL Officiel | https://chrome.google.com/webstore/detail/xkcd-substitutions/lbinmfmfmffgamcaljgbfajbcnokjedd |
Description | Change words to make stories more interesting. |
Taille du Fichier | 67.69 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2013-11-10 |
Date de Publication | 2013-11-10 |
Développeur | Jamhead |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XKCD Substitutions", "short_name": "xkcd subs", "description": "Change words to make stories more interesting.", "version": "1.0.1", "manifest_version": 2, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "wordChanger.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |