Meta Reader

Meta Reader

Extension for reading meta, headers and images for the current page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Meta Reader",
  "description": "Extension for reading meta, headers and images for the current page.",
  "version": "0.3",
  "author": "Rattler",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Check page Meta"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "minimum_chrome_version": "51.0"
}