Spider-Man Auto Correct
NEVER. FORGET. THE. HYPHEN.
What is Spider-Man Auto Correct?
Spider-Man Auto Correct is a Chrome extension developed by maxime.bouveron, and its main feature is "NEVER. FORGET. THE. HYPHEN.".
Extension Screenshots
Download Spider-Man Auto Correct Extension CRX File
Download Spider-Man Auto Correct 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
An extension that changes every "Spiderman" into "Spider-Man" That's all.
Extension Basic Information
Name | Spider-Man Auto Correct |
ID | alcaoiplneomoakpmbjpnliadondabin |
Official URL | https://chromewebstore.google.com/detail/spider-man-auto-correct/alcaoiplneomoakpmbjpnliadondabin |
Description | NEVER. FORGET. THE. HYPHEN. |
File Size | 131 KB |
Installation Count | 214 |
Current Version | 0.1 |
Last Updated | 2016-03-14 |
Publish Date | 2016-03-14 |
Rating | 4.00/5 Total 7 Ratings |
Developer | maxime.bouveron |
Payment Type | free |
Extension Website | https://github.com/Bo-Duke/Spider-Man-Auto-Correct |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spider-Man Auto Correct", "version": "0.1", "manifest_version": 2, "description": "NEVER. FORGET. THE. HYPHEN.", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/correct.js" ] } ] } |