Fix my Title
Enter your title and it will be corrected as you type!
Hvad er Fix my Title?
Fix my Title er en Chrome-udvidelse udviklet af https://tylucaskelley.com, og dens hovedfunktion er "Enter your title and it will be corrected as you type!".
Udvidelsesskærmbilleder
Download Fix my Title-udvidelses-CRX-fil
Download Fix my Title-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Simply type or paste in text, and any mistakes will be fixed right away, with no need to click buttons or hit enter.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cbaagoaigiobmonebiebljfnkekfpkif |
Officiel URL | https://chromewebstore.google.com/detail/fix-my-title/cbaagoaigiobmonebiebljfnkekfpkif |
Beskrivelse | Enter your title and it will be corrected as you type! |
Filstørrelse | 108 KB |
Antal Installationer | 20 |
Nuværende Version | 1.2 |
Senest Opdateret | 2014-11-13 |
Udgivelsesdato | 2014-11-13 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://tylucaskelley.com |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/tylucaskelley/fix-my-title |
Hjælpeside-URL | https://github.com/tylucaskelley/fix-my-title |
Understøttede Sprog | 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" } } |