Simple Letter Counter
Add letter and word counter feature to your browser
Cos'è Simple Letter Counter?
Simple Letter Counter è un'estensione di Chrome sviluppata da SimpleTools.nl, e la sua funzione principale è "Add letter and word counter feature to your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Letter Counter
Scarica i file di estensione Simple Letter Counter 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
This is a simple calculator which counts the number of characters or letters in a text, useful for your tweets on Twitter, as well as a multitude of other applications. Whether it is Snapchat, Twitter, Facebook, Yelp or just a note to co-workers or business officials, the number of actual characters matters. What you say may not be as important as how you say it. And how many characters you use. To start counting your letters, simply write or paste the text into the text area and Count characters. Character limits: Snapchat 250 • Twitter 280 • SMS txt 160 • LinkedIn Summary 2,000 • Reddit Title 300 • Pinterest 500 • Instagram 2,200
Informazioni di Base sull'Estensione
Nome | |
ID | balidbmeikibjjdpgedjlghiioeoepip |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-letter-counter/balidbmeikibjjdpgedjlghiioeoepip |
Descrizione | Add letter and word counter feature to your browser |
Dimensione del File | 425 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-11-27 |
Data di Pubblicazione | 2019-11-27 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | SimpleTools.nl |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.simpletools.nl/ |
URL della Pagina della Politica sulla Privacy | https://www.simpletools.nl/privacy.php |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "Simple Letter Counter", "default_popup": "counter.html", "default_icon": "icons\/icon128.png" }, "description": "Add letter and word counter feature to your browser", "manifest_version": 2, "name": "Simple Letter Counter", "icons": { "128": "icons\/icon128.png", "64": "icons\/icon64.png", "32": "icons\/icon32.png", "16": "icons\/icon16.png" }, "version": "1.0.0" } |