EJDic Script for Kindle Cloud Reader
Kindle Cloud Readerで、Dictionary.comの代わりにWeblioのリンクを表示するようになります。
EJDic Script for Kindle Cloud Reader là gì?
EJDic Script for Kindle Cloud Reader là một tiện ích mở rộng Chrome được phát triển bởi https://ahoten.blogspot.com, và tính năng chính của nó là "Kindle Cloud Readerで、Dictionary.comの代わりにWeblioのリンクを表示するようになります。".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EJDic Script for Kindle Cloud Reader
Tải xuống các tệp mở rộng EJDic Script for Kindle Cloud Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Kindle Cloud Readerで英和辞典が使えるようになります。 この拡張をインストールすると、Kindle Cloud Readerで辞書を引いた際に、Dictionary.com(英英辞典)の代わりにWeblio(英和辞典)へのリンクを表示するようになります。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EJDic Script for Kindle Cloud Reader |
ID | afeijlgmanpjidpdpbdjjhphchafgccg |
URL Chính Thức | https://chromewebstore.google.com/detail/ejdic-script-for-kindle-c/afeijlgmanpjidpdpbdjjhphchafgccg |
Mô tả | Kindle Cloud Readerで、Dictionary.comの代わりにWeblioのリンクを表示するようになります。 |
Kích Thước Tệp | 14.95 KB |
Số Lần Cài Đặt | 918 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2013-09-16 |
Ngày Phát Hành | 2013-09-16 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://ahoten.blogspot.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://ahoten.blogspot.jp/2013/09/kindle-cloud-reader.html |
URL Trang Trợ Giúp | http://ahoten.blogspot.jp/2013/09/kindle-cloud-reader.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |