add button for rakuten on amazon
This app is a app that A link button to Rakuten Ichiba is made Amazon.
Was ist add button for rakuten on amazon?
add button for rakuten on amazon ist eine Chrome-Erweiterung, die von flowers entwickelt wurde, und ihr Hauptmerkmal ist "This app is a app that A link button to Rakuten Ichiba is made Amazon.".
Erweiterungsscreenshots
add button for rakuten on amazon-Erweiterungs-CRX-Datei herunterladen
Laden Sie add button for rakuten on amazon-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
アマゾンの商品ページに楽天市場へのボタンを追加する拡張機能です。 アマゾンの商品ページから1クリックで楽天市場の検索結果にジャンプできます。 アマゾンが在庫切れだった場合や最安値ショップを探す際などに便利です。
Grundlegende Informationen zur Erweiterung
Name | add button for rakuten on amazon |
ID | ppjfndcalabkncdafadlfkiilbjceggd |
Offizielle URL | https://chromewebstore.google.com/detail/add-button-for-rakuten-on/ppjfndcalabkncdafadlfkiilbjceggd |
Beschreibung | This app is a app that A link button to Rakuten Ichiba is made Amazon. |
Dateigröße | 15 KB |
Installationsanzahl | 694 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2016-05-21 |
Veröffentlichungsdatum | 2016-05-21 |
Entwickler | flowers |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://ameblo.jp/flowerssan/entry-12159034152.html |
Unterstützte Sprachen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.0", "description": "__MSG_extDescription__", "content_scripts": [ { "js": [ "rakuten_button_to_amazon.js" ], "matches": [ "http:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.co.jp\/*" ] } ], "web_accessible_resources": [ "images\/icon16.png", "images\/icon32.png", "images\/icon64.png", "images\/icon128.png" ], "content_security_policy": "script-src 'self' ; object-src 'self'", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "permissions": [ "http:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.co.jp\/*" ], "default_locale": "ja" } |