その本、メルカリで!
amazonで見ている本が、メルカリで何円か分かります。
Wat is その本、メルカリで!?
その本、メルカリで! is een Chrome-extensie ontwikkeld door https://blue-9.hatenadiary.com, en de belangrijkste functie is "amazonで見ている本が、メルカリで何円か分かります。".
Extensie Screenshots
Download het CRX-bestand van de extensie その本、メルカリで!
Download その本、メルカリで!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
amazonで見ている本が、メルカリで出品されている場合、その価格を表示します。
1円でも安く、その本が買えるかもしれません! Basisinformatie over de Extensie
| Naam | |
| ID | mjfkgjokgmfejicpkmnklhfnfpkppaaa |
| Officiële URL | https://chromewebstore.google.com/detail/%E3%81%9D%E3%81%AE%E6%9C%AC%E3%80%81%E3%83%A1%E3%83%AB%E3%82%AB%E3%83%AA%E3%81%A7/mjfkgjokgmfejicpkmnklhfnfpkppaaa |
| Beschrijving | amazonで見ている本が、メルカリで何円か分かります。 |
| Bestandsgrootte | 76.65 KB |
| Aantal Installaties | 2,297 |
| Huidige Versie | 1.1.3 |
| Laatst Bijgewerkt | 2019-11-30 |
| Publicatiedatum | 2019-11-29 |
| Beoordeling | 2.25/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://blue-9.hatenadiary.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://blue-9.hatenadiary.com/entry/2018/06/16/200000 |
| Ondersteunde Talen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.1.3",
"name": "\u305d\u306e\u672c\u3001\u30e1\u30eb\u30ab\u30ea\u3067!",
"short_name": "\u305d\u306e\u672c\u3001\u30e1\u30eb\u30ab\u30ea\u3067\uff01",
"description": "amazon\u3067\u898b\u3066\u3044\u308b\u672c\u304c\u3001\u30e1\u30eb\u30ab\u30ea\u3067\u4f55\u5186\u304b\u5206\u304b\u308a\u307e\u3059\u3002",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "\u305d\u306e\u672c\u3001\u30e1\u30eb\u30ab\u30ea\u3067!"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.amazon.co.jp\/*",
"https:\/\/www.amazon.co.jp\/*"
],
"js": [
"js\/contentscript.js"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"permissions": [
"https:\/\/www.mercari.com\/jp\/search\/"
]
} | |