Character Count - Arabic Support
Counts characters in selections, skipping Tashkeel for Arabic support.
Hvad er Character Count - Arabic Support?
Character Count - Arabic Support er en Chrome-udvidelse udviklet af bro.t.1996, og dens hovedfunktion er "Counts characters in selections, skipping Tashkeel for Arabic support.".
Udvidelsesskærmbilleder
Download Character Count - Arabic Support-udvidelses-CRX-fil
Download Character Count - Arabic Support-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
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
Grundlæggende oplysninger om udvidelsen
Navn | Character Count - Arabic Support |
ID | dninboebgmagofndkilifidnblcdeico |
Officiel URL | https://chromewebstore.google.com/detail/character-count-arabic-su/dninboebgmagofndkilifidnblcdeico |
Beskrivelse | Counts characters in selections, skipping Tashkeel for Arabic support. |
Filstørrelse | 435 KB |
Antal Installationer | 286 |
Nuværende Version | 1.3.3 |
Senest Opdateret | 2020-09-14 |
Udgivelsesdato | 2020-01-09 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | bro.t.1996 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/IbraheemTuffaha/character-count |
Understøttede Sprog | 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": [ " |