Tally Word Counter
Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.
Co je Tally Word Counter?
Tally Word Counter je rozšíření Chrome vyvinuté https://tallywordcounter.online, a jeho hlavní funkcí je „Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tally Word Counter
Stáhněte si soubory rozšíření Tally Word Counter 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í
Your favorite character counter! Tally is a Chrome extension to easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count to see the number of characters, words, sentences, paragraphs, spaces, letters, digits, and special characters in your text. Visit tallywordcounter.online for the full site.
Základní Informace o Rozšíření
Název | Tally Word Counter |
ID | eggkmbghbmjmbdjloifaklghfiecjbnk |
Oficiální URL | https://chromewebstore.google.com/detail/tally-word-counter/eggkmbghbmjmbdjloifaklghfiecjbnk |
Popis | Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count. |
Velikost souboru | 13.05 KB |
Počet instalací | 331 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2019-06-06 |
Datum Vydání | 2019-05-31 |
Hodnocení | 2.67/5 Celkem 6 Hodnocení |
Vývojář | https://tallywordcounter.online |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tally Word Counter", "short_name": "Tally", "description": "Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.", "version": "1.1", "icons": { "128": "128.png", "48": "48.png", "32": "32.png", "16": "16.png" }, "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "manifest_version": 2 } |