anki-newword

anki-newword

一個在瀏覽器上快速紀錄生字到anki的工具。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "description": "一個在瀏覽器上快速紀錄生字到anki的工具。",
  "name": "anki-newword",
  "version": "1.0.2",
  "permissions": [
    "storage",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "js/ajax.js",
      "js/background.js"
    ]
  },
  "options_page": "options.html",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://translate.googleapis.com; object-src 'self'",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "128": "images/128.png"
  }
}