add button for rakuten on amazon
This app is a app that A link button to Rakuten Ichiba is made Amazon.
add button for rakuten on amazonとは何ですか?
add button for rakuten on amazonはflowersによって開発されたChromeの拡張機能で、その主な機能は「This app is a app that A link button to Rakuten Ichiba is made Amazon.」です。
拡張機能のスクリーンショット
add button for rakuten on amazon拡張機能のCRXファイルをダウンロード
add button for rakuten on amazon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
アマゾンの商品ページに楽天市場へのボタンを追加する拡張機能です。
アマゾンの商品ページから1クリックで楽天市場の検索結果にジャンプできます。
アマゾンが在庫切れだった場合や最安値ショップを探す際などに便利です。 拡張機能の基本情報
| 名前 | |
| ID | ppjfndcalabkncdafadlfkiilbjceggd |
| 公式URL | https://chromewebstore.google.com/detail/add-button-for-rakuten-on/ppjfndcalabkncdafadlfkiilbjceggd |
| 説明 | This app is a app that A link button to Rakuten Ichiba is made Amazon. |
| ファイルサイズ | 15 KB |
| インストール数 | 694 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2016-05-21 |
| 公開日 | 2016-05-21 |
| 開発者 | flowers |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | http://ameblo.jp/flowerssan/entry-12159034152.html |
| 対応言語 | 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"
} | |