Kanji Inspector
Highlight and right click to find information about Kanji.
ما هو Kanji Inspector؟
Kanji Inspector هو إضافة Chrome تم تطويرها بواسطة Víctor Bernabé Pérez، والميزة الرئيسية لها هي "Highlight and right click to find information about Kanji.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kanji Inspector
قم بتنزيل ملفات الامتداد Kanji Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Search information about any Kanji on the web. Highlight the Kanji, right click the selection and choose any of the websites availables in the "Kanji Inspector" context menu.
معلومات أساسية عن التمديد
الاسم | Kanji Inspector |
ID | eblodmmcjlbmmnlolomphabooehpjfee |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/kanji-inspector/eblodmmcjlbmmnlolomphabooehpjfee |
الوصف | Highlight and right click to find information about Kanji. |
حجم الملف | 12.11 KB |
عدد التثبيتات | 79 |
النسخة الحالية | 1.3.0 |
آخر تحديث | 2019-11-25 |
تاريخ النشر | 2019-11-25 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | Víctor Bernabé Pérez |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://kanji-inspector.victorbp.site |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kanji Inspector", "description": "Highlight and right click to find information about Kanji.", "version": "1.3.0", "manifest_version": 2, "permissions": [ "contextMenus" ], "background": { "scripts": [ "websites.js", "background.js" ], "persistent": false }, "browser_action": { "default_popup": "instructions.html" }, "icons": { "16": "images\/icon16x16.png", "48": "images\/icon48x48.png", "128": "images\/icon128x128.png" } } |