Character Count - Arabic Support
Counts characters in selections, skipping Tashkeel for Arabic support.
Wat is Character Count - Arabic Support?
Character Count - Arabic Support is een Chrome-extensie ontwikkeld door bro.t.1996, en de belangrijkste functie is "Counts characters in selections, skipping Tashkeel for Arabic support.".
Extensie Screenshots
Download het CRX-bestand van de extensie Character Count - Arabic Support
Download Character Count - Arabic Support-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Character Count - Arabic Support |
ID | dninboebgmagofndkilifidnblcdeico |
Officiële URL | https://chromewebstore.google.com/detail/character-count-arabic-su/dninboebgmagofndkilifidnblcdeico |
Beschrijving | Counts characters in selections, skipping Tashkeel for Arabic support. |
Bestandsgrootte | 435 KB |
Aantal Installaties | 286 |
Huidige Versie | 1.3.3 |
Laatst Bijgewerkt | 2020-09-14 |
Publicatiedatum | 2020-01-09 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | bro.t.1996 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/IbraheemTuffaha/character-count |
Ondersteunde Talen | 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": [ " |