Chess Openings
Chess Openings Tutorial Database
ما هو Chess Openings؟
Chess Openings هو إضافة Chrome تم تطويرها بواسطة nerdromere، والميزة الرئيسية لها هي "Chess Openings Tutorial Database".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chess Openings
قم بتنزيل ملفات الامتداد Chess Openings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Provides useful explanations to chess positions. Users should install it because it instantly provides useful explanations based on the position of the chessboard. This is very useful for beginners who want to learn chess and need a quick way to understand the chess position.
معلومات أساسية عن التمديد
الاسم | Chess Openings |
ID | kpgbnbaohhomckijheoipglnckokahph |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chess-openings/kpgbnbaohhomckijheoipglnckokahph |
الوصف | Chess Openings Tutorial Database |
حجم الملف | 77.11 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-01-31 |
تاريخ النشر | 2023-01-31 |
المطور | nerdromere |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chess Openings", "description": "Chess Openings Tutorial Database", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.chess.com\/explorer*" ], "js": [ "content-scripts\/ChessComContentScript.js" ] } ], "permissions": [ "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |