その本、メルカリで!
amazonで見ている本が、メルカリで何円か分かります。
Was ist その本、メルカリで!?
その本、メルカリで! ist eine Chrome-Erweiterung, die von https://blue-9.hatenadiary.com entwickelt wurde, und ihr Hauptmerkmal ist "amazonで見ている本が、メルカリで何円か分かります。".
Erweiterungsscreenshots
その本、メルカリで!-Erweiterungs-CRX-Datei herunterladen
Laden Sie その本、メルカリで!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
amazonで見ている本が、メルカリで出品されている場合、その価格を表示します。
1円でも安く、その本が買えるかもしれません! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mjfkgjokgmfejicpkmnklhfnfpkppaaa |
| Offizielle 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 |
| Beschreibung | amazonで見ている本が、メルカリで何円か分かります。 |
| Dateigröße | 76.65 KB |
| Installationsanzahl | 2,297 |
| Aktuelle Version | 1.1.3 |
| Letztes Update | 2019-11-30 |
| Veröffentlichungsdatum | 2019-11-29 |
| Bewertung | 2.25/5 Insgesamt 4 Bewertungen |
| Entwickler | https://blue-9.hatenadiary.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://blue-9.hatenadiary.com/entry/2018/06/16/200000 |
| Unterstützte Sprachen | 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\/"
]
} | |