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 |
电子邮箱 | [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": [ " |