شكللي
مشكل عربي يقوم على المزاوجة بين الإحصاء والقواعد اللغوية.يقوم التشكيل على التحليل الصرفي للكلمة العربية،بدقة تصل 95%.
What is شكللي?
شكللي is a Chrome extension developed by https://alsharekh.org, and its main feature is "مشكل عربي يقوم على المزاوجة بين الإحصاء والقواعد اللغوية.يقوم التشكيل على التحليل الصرفي للكلمة العربية،بدقة تصل 95%.".
Extension Screenshots
Download شكللي Extension CRX File
Download شكللي extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
شكللي من شركة صخر: مشكل عربي يقوم على المزاوجة بين الإحصاء والقواعد اللغوية.يقوم التشكيل على التحليل الصرفي للكلمة العربية، يقدم خيارين للتشكيل بنية الكلمة وآخر حرف بنسبة تصل 95%.التشكيل يعتمد على مدونة لغوية مرمزة مكونة من سبعة ملايين كلمة.
Extension Basic Information
Name | |
ID | cpmeiedkckebiihbldgjkclkiihlhdfd |
Official URL | https://chrome.google.com/webstore/detail/%D8%B4%D9%83%D9%84%D9%84%D9%8A/cpmeiedkckebiihbldgjkclkiihlhdfd |
Description | مشكل عربي يقوم على المزاوجة بين الإحصاء والقواعد اللغوية.يقوم التشكيل على التحليل الصرفي للكلمة العربية،بدقة تصل 95%. |
File Size | 876 KB |
Installation Count | 1,000 |
Current Version | 4.3 |
Last Updated | 2022-03-28 |
Publish Date | 2020-04-08 |
Rating | 3.00/5 Total 1 Ratings |
Developer | https://alsharekh.org |
[email protected] | |
Payment Type | free |
Extension Website | https://tashkeel.alsharekh.org/ |
Supported Languages | ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u0634\u0643\u0644\u0644\u064a", "version": "4.3", "description": "\u0645\u0634\u0643\u0644 \u0639\u0631\u0628\u064a \u064a\u0642\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0645\u0632\u0627\u0648\u062c\u0629 \u0628\u064a\u0646 \u0627\u0644\u0625\u062d\u0635\u0627\u0621 \u0648\u0627\u0644\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0644\u063a\u0648\u064a\u0629.\u064a\u0642\u0648\u0645 \u0627\u0644\u062a\u0634\u0643\u064a\u0644 \u0639\u0644\u0649 \u0627\u0644\u062a\u062d\u0644\u064a\u0644 \u0627\u0644\u0635\u0631\u0641\u064a \u0644\u0644\u0643\u0644\u0645\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629\u060c\u0628\u062f\u0642\u0629 \u062a\u0635\u0644 95%.", "icons": { "16": "icons\/20.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/20.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "res\/css\/custom.css" ], "js": [ "res\/js\/jquery-3.3.1.min.js", "res\/js\/global.js", "myscript.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "res\/fonts\/HelveticaNeueW23forSKY-Reg.woff2", "res\/fonts\/SakkalMajalla.woff", "res\/fonts\/SakkalMajalla.woff2", "res\/fonts\/SakkalMajalla.ttf", "res\/css\/custom.css", "res\/img\/sakhrlogo.svg", "res\/img\/copy.svg", "res\/img\/Shakelylogo.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "options_ui": { "page": "option.html", "open_in_tab": false }, "permissions": [ "contextMenus", "storage", "activeTab" ] } |