食べログ GoogleMap評価追加

食べログ GoogleMap評価追加

食べログの店舗ページにGoogleMapの評価を表示します。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "食べログ GoogleMap評価追加",
  "version": "1.0.4",
  "manifest_version": 2,
  "description": "食べログの店舗ページにGoogleMapの評価を表示します。",
  "content_scripts": [
    {
      "matches": [
        "https://tabelog.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}