仮想通貨 価格チェッカー

仮想通貨 価格チェッカー

仮想通貨の価格をチェックできるChrome拡張機能です

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "仮想通貨 価格チェッカー",
  "version": "1.7",
  "description": "仮想通貨の価格をチェックできるChrome拡張機能です",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "options_page": "options.html",
  "permissions": [
    "storage",
    "https://coincheck.com/api/rate/*",
    "https://coincheck.com/ja/*"
  ],
  "icons": {
    "128": "icon.png"
  }
}