Character Count - Arabic Support
Counts characters in selections, skipping Tashkeel for Arabic support.
Co to jest Character Count - Arabic Support?
Character Count - Arabic Support to rozszerzenie Chrome opracowane przez bro.t.1996, a jego główną funkcją jest „Counts characters in selections, skipping Tashkeel for Arabic support.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Character Count - Arabic Support
Pobierz pliki rozszerzeń Character Count - Arabic Support w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A browser extension for viewing the number of characters in text selections. When activated, the count appears in the top-right corner of the browser window. This version supports Arabic by skipping diacritics when counting character. Original Developer: https://github.com/jbrudvik/character-count
Podstawowe informacje o rozszerzeniu
Nazwa | Character Count - Arabic Support |
ID | dninboebgmagofndkilifidnblcdeico |
Oficjalny URL | https://chromewebstore.google.com/detail/character-count-arabic-su/dninboebgmagofndkilifidnblcdeico |
Opis | Counts characters in selections, skipping Tashkeel for Arabic support. |
Rozmiar pliku | 435 KB |
Liczba instalacji | 286 |
Aktualna Wersja | 1.3.3 |
Ostatnia Aktualizacja | 2020-09-14 |
Data Publikacji | 2020-01-09 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | bro.t.1996 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/IbraheemTuffaha/character-count |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Character Count - Arabic Support", "short_name": "Char Count", "description": "Counts characters in selections, skipping Tashkeel for Arabic support.", "version": "1.3.3", "permissions": [ "activeTab" ], "background": { "scripts": [ "bower_components\/browser-extension-toggle-button\/browser-extension-toggle-button.js", "background.js" ] }, "browser_action": { "default_title": "Show number of characters selected", "default_icon": { "19": "icons\/inactive-19.png", "38": "icons\/inactive-38.png" } }, "content_scripts": [ { "matches": [ " |