XKCD Substitutions
Change words to make stories more interesting.
What is XKCD Substitutions?
XKCD Substitutions is a Chrome extension developed by Jamhead, and its main feature is "Change words to make stories more interesting.".
Extension Screenshots
Download XKCD Substitutions Extension CRX File
Download XKCD Substitutions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | lbinmfmfmffgamcaljgbfajbcnokjedd |
Official URL | https://chrome.google.com/webstore/detail/xkcd-substitutions/lbinmfmfmffgamcaljgbfajbcnokjedd |
Description | Change words to make stories more interesting. |
File Size | 67.69 KB |
Installation Count | 20 |
Current Version | 1.0.1 |
Last Updated | 2013-11-10 |
Publish Date | 2013-11-10 |
Developer | Jamhead |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |