七牛云图床

七牛云图床

通过七牛云云存储建立你自己的私有图床

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "七牛云图床",
  "short_name": "七牛云图床",
  "description": "通过七牛云云存储建立你自己的私有图床",
  "version": "0.0.6",
  "icons": {
    "16": "icons/image-16.png",
    "48": "icons/image-48.png",
    "64": "icons/image-64.png",
    "128": "icons/image.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "七牛云图床",
    "default_icon": "icons/image.png"
  },
  "homepage_url": "https://github.com/neal1991/image-host",
  "options_page": "options.html"
}