xkcd Substitutions Plus
Substitutions that make reading the news more fun.
What is xkcd Substitutions Plus?
xkcd Substitutions Plus is a Chrome extension developed by Ido, and its main feature is "Substitutions that make reading the news more fun.".
Extension Screenshots
Download xkcd Substitutions Plus Extension CRX File
Download xkcd Substitutions Plus 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
- Add your own substitutions! (Options page) - Switch the extension on/off version 3.0 - Added an option to substitute word parts (and not only complete words). This option also support non-English word substitution. version 2.7 - Some bugs fixed (on/off not saved). - Fixed performance issue. You are welcome to contact me with bug reports and new feature requests! Credit to xkcd.com/1288
Extension Basic Information
Name | |
ID | oppfdcfjocbkhcakmfhenlgimjmoohid |
Official URL | https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid |
Description | Substitutions that make reading the news more fun. |
File Size | 31.76 KB |
Installation Count | 92 |
Current Version | 3.0 |
Last Updated | 2019-06-30 |
Publish Date | 2019-06-30 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Ido |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://app.loadmill.com/assets/privacy-policy.pdf |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xkcd Substitutions Plus", "description": "Substitutions that make reading the news more fun.", "version": "3.0", "icons": { "16": "images\/black_hat16.png", "48": "images\/black_hat48.png", "128": "images\/black_hat128.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "html\/options.html", "browser_action": { "default_title": "xkcd: Substitutions+", "default_icon": { "19": "images\/black_hat19.png", "38": "images\/black_hat38.png" } } } |