EJDic Script for Kindle Cloud Reader
Kindle Cloud Readerで、Dictionary.comの代わりにWeblioのリンクを表示するようになります。
ما هو EJDic Script for Kindle Cloud Reader؟
EJDic Script for Kindle Cloud Reader هو إضافة Chrome تم تطويرها بواسطة https://ahoten.blogspot.com، والميزة الرئيسية لها هي "Kindle Cloud Readerで、Dictionary.comの代わりにWeblioのリンクを表示するようになります。".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EJDic Script for Kindle Cloud Reader
قم بتنزيل ملفات الامتداد EJDic Script for Kindle Cloud Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Kindle Cloud Readerで英和辞典が使えるようになります。 この拡張をインストールすると、Kindle Cloud Readerで辞書を引いた際に、Dictionary.com(英英辞典)の代わりにWeblio(英和辞典)へのリンクを表示するようになります。
معلومات أساسية عن التمديد
الاسم | EJDic Script for Kindle Cloud Reader |
ID | afeijlgmanpjidpdpbdjjhphchafgccg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ejdic-script-for-kindle-c/afeijlgmanpjidpdpbdjjhphchafgccg |
الوصف | Kindle Cloud Readerで、Dictionary.comの代わりにWeblioのリンクを表示するようになります。 |
حجم الملف | 14.95 KB |
عدد التثبيتات | 918 |
النسخة الحالية | 1.1 |
آخر تحديث | 2013-09-16 |
تاريخ النشر | 2013-09-16 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | https://ahoten.blogspot.com |
نوع الدفع | free |
موقع الإضافة | http://ahoten.blogspot.jp/2013/09/kindle-cloud-reader.html |
عنوان صفحة المساعدة | http://ahoten.blogspot.jp/2013/09/kindle-cloud-reader.html |
اللغات المدعومة | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "https:\/\/read.amazon.com\/*", "http:\/\/read.amazon.com\/*" ], "js": [ "ejdic-kindle.user.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Kindle Cloud Reader\u3067\u3001Dictionary.com\u306e\u4ee3\u308f\u308a\u306bWeblio\u306e\u30ea\u30f3\u30af\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002", "name": "EJDic Script for Kindle Cloud Reader", "version": "1.1" } |