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 |
| 电子邮箱 | [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"
} | |