Character Count - Arabic Support
Counts characters in selections, skipping Tashkeel for Arabic support.
Character Count - Arabic Supportとは何ですか?
Character Count - Arabic Supportはbro.t.1996によって開発されたChromeの拡張機能で、その主な機能は「Counts characters in selections, skipping Tashkeel for Arabic support.」です。
拡張機能のスクリーンショット
Character Count - Arabic Support拡張機能のCRXファイルをダウンロード
Character Count - Arabic Support拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Character Count - Arabic Support |
ID | dninboebgmagofndkilifidnblcdeico |
公式URL | https://chromewebstore.google.com/detail/character-count-arabic-su/dninboebgmagofndkilifidnblcdeico |
説明 | Counts characters in selections, skipping Tashkeel for Arabic support. |
ファイルサイズ | 435 KB |
インストール数 | 286 |
現在のバージョン | 1.3.3 |
最終更新日 | 2020-09-14 |
公開日 | 2020-01-09 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | bro.t.1996 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/IbraheemTuffaha/character-count |
対応言語 | 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": [ " |