Character Count - Arabic Support
Counts characters in selections, skipping Tashkeel for Arabic support.
Apa itu Character Count - Arabic Support?
Character Count - Arabic Support adalah ekstensi Chrome yang dikembangkan oleh bro.t.1996, dan fitur utamanya adalah "Counts characters in selections, skipping Tashkeel for Arabic support.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Character Count - Arabic Support
Unduh file ekstensi Character Count - Arabic Support dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Character Count - Arabic Support |
ID | dninboebgmagofndkilifidnblcdeico |
URL Resmi | https://chromewebstore.google.com/detail/character-count-arabic-su/dninboebgmagofndkilifidnblcdeico |
Deskripsi | Counts characters in selections, skipping Tashkeel for Arabic support. |
Ukuran File | 435 KB |
Jumlah Instalasi | 286 |
Versi Saat Ini | 1.3.3 |
Terakhir Diperbarui | 2020-09-14 |
Tanggal Publikasi | 2020-01-09 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | bro.t.1996 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/IbraheemTuffaha/character-count |
Bahasa yang Didukung | 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": [ " |