快读

快读

文摘,摘要抽取

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.34",
  "icons": {
    "128": "icon.png"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "快读",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://www.google.com/",
    "http://*/",
    "tabs"
  ]
}