アマゾン売れ筋ランキング一括閲覧

アマゾン売れ筋ランキング一括閲覧

アマゾンの売れ筋ランキング、ベストセラーを一括表示します

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "アマゾン売れ筋ランキング一括閲覧",
  "description": "アマゾンの売れ筋ランキング、ベストセラーを一括表示します",
  "version": "1.0.3",
  "options_page": "options.html",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "https://ajax.googleapis.com/",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icon19.png",
    "default_popup": "popup.html"
  }
}