その本、図書館にあります。
amazonで今、見ている本が近所の図書館にあるかどうかが分かります。
Cos'è その本、図書館にあります。?
その本、図書館にあります。 è un'estensione di Chrome sviluppata da https://sonohon.com, e la sua funzione principale è "amazonで今、見ている本が近所の図書館にあるかどうかが分かります。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione その本、図書館にあります。
Scarica i file di estensione その本、図書館にあります。 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
amazonで見ている本が近所の図書館にあるか調べます。
もしかすると、その本を買う必要がないかもしれません。
amazonのページ内に検索結果を表示するので、いつも通りamazonを利用するだけで図書館にその本があるかシームレスに分かります。
図書館では無料で本を読むことができますし、新しい本との出会いもあります。
久々に図書館に足を運んでみませんか?
-最近のお知らせ
2022/08/25
不具合を修正しました。(ver.2.3.4)
- 注意
このエクステンションは図書館蔵書検索サイト カーリル (http://calil.jp/) のAPIを利用しています。APIの仕様上で1000リクエスト/時という制限があるため、利用時間帯によっては検索が実行されない時があります。 Informazioni di Base sull'Estensione
| Nome | |
| ID | ldidobiipljjgfaglokcehmiljadanle |
| URL Ufficiale | https://chromewebstore.google.com/detail/%E3%81%9D%E3%81%AE%E6%9C%AC%E3%80%81%E5%9B%B3%E6%9B%B8%E9%A4%A8%E3%81%AB%E3%81%82%E3%82%8A%E3%81%BE%E3%81%99%E3%80%82/ldidobiipljjgfaglokcehmiljadanle |
| Descrizione | amazonで今、見ている本が近所の図書館にあるかどうかが分かります。 |
| Dimensione del File | 63 KB |
| Conteggio Installazioni | 64,448 |
| Versione Corrente | 2.3.4 |
| Ultimo Aggiornamento | 2022-08-25 |
| Data di Pubblicazione | 2020-06-11 |
| Valutazione | 4.50/5 Totale 155 Valutazioni |
| Sviluppatore | https://sonohon.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://sonohon.com |
| URL della Pagina di Aiuto | https://sonohon.com/howto/ |
| Lingue Supportate | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"version": "2.3.4",
"description": "__MSG_appDesc__",
"default_locale": "ja",
"options_page": "options.html",
"permissions": [
"https:\/\/api.calil.jp\/*"
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": "images\/icon16.png",
"default_title": "\u56f3\u66f8\u9928\u8a2d\u5b9a",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.co.jp\/*"
],
"css": [
"style.css"
],
"js": [
"jquery.js",
"contentscript.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
"images\/ajax-loader.gif",
"images\/logo.jpg"
]
} | |