XKCD Substitutions
Change words to make stories more interesting.
Wat is XKCD Substitutions?
XKCD Substitutions is een Chrome-extensie ontwikkeld door Jamhead, en de belangrijkste functie is "Change words to make stories more interesting.".
Extensie Screenshots
Download het CRX-bestand van de extensie XKCD Substitutions
Download XKCD Substitutions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | lbinmfmfmffgamcaljgbfajbcnokjedd |
Officiële URL | https://chrome.google.com/webstore/detail/xkcd-substitutions/lbinmfmfmffgamcaljgbfajbcnokjedd |
Beschrijving | Change words to make stories more interesting. |
Bestandsgrootte | 67.69 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2013-11-10 |
Publicatiedatum | 2013-11-10 |
Ontwikkelaar | Jamhead |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |