Fix my Title
Enter your title and it will be corrected as you type!
Co je Fix my Title?
Fix my Title je rozšíření Chrome vyvinuté https://tylucaskelley.com, a jeho hlavní funkcí je „Enter your title and it will be corrected as you type!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fix my Title
Stáhněte si soubory rozšíření Fix my Title ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Simply type or paste in text, and any mistakes will be fixed right away, with no need to click buttons or hit enter.
Základní Informace o Rozšíření
Název | |
ID | cbaagoaigiobmonebiebljfnkekfpkif |
Oficiální URL | https://chromewebstore.google.com/detail/fix-my-title/cbaagoaigiobmonebiebljfnkekfpkif |
Popis | Enter your title and it will be corrected as you type! |
Velikost souboru | 108 KB |
Počet instalací | 20 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2014-11-13 |
Datum Vydání | 2014-11-13 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://tylucaskelley.com |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/tylucaskelley/fix-my-title |
URL Stránky Nápovědy | https://github.com/tylucaskelley/fix-my-title |
Podporované Jazyky | 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" } } |