Amazon Bestseller
Quick Access to Amazon Best Sellers, New Releases and more
什麼是Amazon Bestseller?
Amazon Bestseller是由Alex開發的Chrome擴展程式,該擴展的主要功能是“Quick Access to Amazon Best Sellers, New Releases and more”。
擴展截圖
下載Amazon Bestseller擴展crx文件
下載Amazon Bestseller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Movers & Shakers, Most WIshed For and Gift Ideas. Available for amazon.com / amazon.de
Also available for Firefox:
https://addons.mozilla.org/firefox/addon/amazon-bestseller/ 擴展基本資訊
| 名稱 | |
| ID | enjilofnmpaaiponmfniemiakcjedlbi |
| 官方網址 | https://chromewebstore.google.com/detail/amazon-bestseller/enjilofnmpaaiponmfniemiakcjedlbi |
| 簡介 | Quick Access to Amazon Best Sellers, New Releases and more |
| 檔案大小 | 1.23 MB |
| 安裝次數 | 263 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2018-12-24 |
| 上架時間 | 2018-12-24 |
| 開發者 | Alex |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Amazon Bestseller",
"short_name": "Amazon Bestseller",
"version": "1.0.0",
"description": "Quick Access to Amazon Best Sellers, New Releases and more",
"background": {
"scripts": [
"\/assets\/js\/jquery-2.2.4.min.js",
"\/assets\/js\/background.js"
]
},
"browser_action": {
"browser_style": false,
"default_icon": {
"128": "amazon128.png"
},
"default_title": "Amazon Bestseller",
"default_popup": "\/index.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
"permissions": [
"storage"
]
} | |