Fix my Title
Enter your title and it will be corrected as you type!
Was ist Fix my Title?
Fix my Title ist eine Chrome-Erweiterung, die von https://tylucaskelley.com entwickelt wurde, und ihr Hauptmerkmal ist "Enter your title and it will be corrected as you type!".
Erweiterungsscreenshots
Fix my Title-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fix my Title-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Simply type or paste in text, and any mistakes will be fixed right away, with no need to click buttons or hit enter.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cbaagoaigiobmonebiebljfnkekfpkif |
Offizielle URL | https://chromewebstore.google.com/detail/fix-my-title/cbaagoaigiobmonebiebljfnkekfpkif |
Beschreibung | Enter your title and it will be corrected as you type! |
Dateigröße | 108 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.2 |
Letztes Update | 2014-11-13 |
Veröffentlichungsdatum | 2014-11-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://tylucaskelley.com |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/tylucaskelley/fix-my-title |
Hilfeseite URL | https://github.com/tylucaskelley/fix-my-title |
Unterstützte Sprachen | 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" } } |