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 |
官方網址 | 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 |
電子郵箱 | [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": [ " |