Fix my Title
Enter your title and it will be corrected as you type!
Cos'è Fix my Title?
Fix my Title è un'estensione di Chrome sviluppata da https://tylucaskelley.com, e la sua funzione principale è "Enter your title and it will be corrected as you type!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fix my Title
Scarica i file di estensione Fix my Title in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simply type or paste in text, and any mistakes will be fixed right away, with no need to click buttons or hit enter.
Informazioni di Base sull'Estensione
Nome | |
ID | cbaagoaigiobmonebiebljfnkekfpkif |
URL Ufficiale | https://chromewebstore.google.com/detail/fix-my-title/cbaagoaigiobmonebiebljfnkekfpkif |
Descrizione | Enter your title and it will be corrected as you type! |
Dimensione del File | 108 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2014-11-13 |
Data di Pubblicazione | 2014-11-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://tylucaskelley.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/tylucaskelley/fix-my-title |
URL della Pagina di Aiuto | https://github.com/tylucaskelley/fix-my-title |
Lingue Supportate | 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" } } |