Calilay
Amazonで見ている本があるか、複数の図書館から検索し表示します。
What is Calilay?
Calilay is a Chrome extension developed by https://sites.google.com/site/calilay, and its main feature is "Amazonで見ている本があるか、複数の図書館から検索し表示します。".
Extension Screenshots
Download Calilay Extension CRX File
Download Calilay 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
対応サイト上で見ている本が、登録した図書館にあるかを表示します。 図書館の登録は10つまでできます。お探しの本が、ある図書館になくても、別の図書館にはあるかもしれません。 本が図書館にあれば、予約ボタンからその図書館の予約サイトに移動することできます。 対応サイトはAmazon、MediaMarker、読書メーターです。 Amazonで検索した本が、図書館にあるのかどうかすぐに分かります。 Amazonのほしいものリスト、MediaMarker、読書メーターに登録しておいた読みたい本がある図書館はどこなのかすぐに調べられます。 Calilayで本との付き合い方が変わるでしょう。
Extension Basic Information
Name | Calilay |
ID | cafcmlkomanlkeanjkijmhepabjigeef |
Official URL | https://chromewebstore.google.com/detail/calilay/cafcmlkomanlkeanjkijmhepabjigeef |
Description | Amazonで見ている本があるか、複数の図書館から検索し表示します。 |
File Size | 61.98 KB |
Installation Count | 2,362 |
Current Version | 0.41.12 |
Last Updated | 2022-06-06 |
Publish Date | 2020-03-21 |
Rating | 4.33/5 Total 18 Ratings |
Developer | https://sites.google.com/site/calilay |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "content_security_policy": { "script-src": "self", "object-src": "self" }, "name": "Calilay", "version": "0.41.12", "description": "Amazon\u3067\u898b\u3066\u3044\u308b\u672c\u304c\u3042\u308b\u304b\u3001\u8907\u6570\u306e\u56f3\u66f8\u9928\u304b\u3089\u691c\u7d22\u3057\u8868\u793a\u3057\u307e\u3059\u3002", "homepage_url": "https:\/\/sites.google.com\/site\/calilay\/", "background": { "service_worker": "background.js" }, "options_page": "options.html", "action": { "default_icon": "calilay32.png", "default_title": "Calilay" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/calil.jp\/", "https:\/\/api.calil.jp\/" ], "icons": { "128": "calilay128.png" }, "content_scripts": [ { "matches": [ "http:\/\/mediamarker.net\/u\/*", "http:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/bookmeter.com\/*" ], "css": [ "calilapi.css" ], "js": [ "jquery-3.4.0.min.js", "calilapi.js", "calilay.js" ], "run_at": "document_end" } ] } |