Fix my Title
Enter your title and it will be corrected as you type!
What is Fix my Title?
Fix my Title is a Chrome extension developed by https://tylucaskelley.com, and its main feature is "Enter your title and it will be corrected as you type!".
Extension Screenshots
Download Fix my Title Extension CRX File
Download Fix my Title 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
Simply type or paste in text, and any mistakes will be fixed right away, with no need to click buttons or hit enter.
Extension Basic Information
Name | |
ID | cbaagoaigiobmonebiebljfnkekfpkif |
Official URL | https://chromewebstore.google.com/detail/fix-my-title/cbaagoaigiobmonebiebljfnkekfpkif |
Description | Enter your title and it will be corrected as you type! |
File Size | 108 KB |
Installation Count | 20 |
Current Version | 1.2 |
Last Updated | 2014-11-13 |
Publish Date | 2014-11-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://tylucaskelley.com |
Payment Type | free |
Extension Website | https://github.com/tylucaskelley/fix-my-title |
Help Page URL | https://github.com/tylucaskelley/fix-my-title |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix my Title", "description": "Enter your title and it will be corrected as you type!", "version": "1.2", "icons": { "128": "img\/icon.png" }, "browser_action": { "default_title": "Fix my Title", "default_icon": "img\/icon.png", "default_popup": "index.html" } } |