المعجم المعاصر
Used to display arabic definitions...
What is المعجم المعاصر?
المعجم المعاصر is a Chrome extension developed by مؤسسة الشارخ, and its main feature is "Used to display arabic definitions...".
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
المعجم المعاصر هو معجم عام حيث يشتمل على المادة اللغوية التي يحتاجها عموم أبناء اللغة، وتنتمي إلى المستوى الفصيح منها، ويشتمل من المادة اللغوية الخاصة بفن من الفنون أو فئة من الفئات بالقدر الذي يتسلل منها إلى لغة عموم الجماعة اللغوية. وهو حديث لتطبيقه مبادئ الصناعة المعجمية الحديثة في تحديد أهدافه، وتعيين مصادره، واختيار مادته، وترتيبها، وتفسيرها وشرحها، وعرضها للمستخدم. وهو إلكتروني حيث يتخذ الحاسوب وسيلة لتقديم مادته إلى مستخدميه، مراعيا ما يقتضيه ذلك من تغيرات في منهجية اختيار مادته اللغوية وصياغة مداخله، وترتيبها، وتفسيرها، وإخراجها، فهو ليس من قبيل تلك المعاجم الورقية التي أعيد تقديمها إلكترونيًّا دون أن يغير ذلك في مادتها أو منهجها.
Extension Basic Information
Name | |
ID | eodpafgijnkehbbibkjfecchiopmekim |
Official URL | https://chrome.google.com/webstore/detail/eodpafgijnkehbbibkjfecchiopmekim |
Description | Used to display arabic definitions... |
File Size | 944 KB |
Installation Count | 231 |
Current Version | 0.2.6 |
Last Updated | 2022-03-21 |
Publish Date | 2020-01-28 |
Rating | 5.00/5 Total 4 Ratings |
Developer | مؤسسة الشارخ |
[email protected] | |
Payment Type | free |
Supported Languages | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "\u0627\u0644\u0645\u0639\u062c\u0645 \u0627\u0644\u0645\u0639\u0627\u0635\u0631", "short_name": "\u0627\u0644\u0645\u0639\u062c\u0645 \u0627\u0644\u0645\u0639\u0627\u0635\u0631", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Used to display arabic definitions...", "background": { "page": "background.html" }, "homepage_url": "https:\/\/lexicon.alsharekh.org", "version": "0.2.6", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/button.png", "default_title": "\u0627\u0644\u0645\u0639\u062c\u0645 \u0627\u0644\u0645\u0639\u0627\u0635\u0631" }, "permissions": [ "activeTab" ] } |