百度藏

百度藏

一键收藏到百度。By 独立观察员 :)

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": "一键收藏到百度。By 独立观察员 :) ",
  "version": "1.0",
  "browser_action": {
    "default_icon": "cang.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "cang.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}