Từ điển Nhật Việt

Từ điển Nhật Việt

Bookmark từ vựng, lưu từ vựng theo dạng bài học, dễ ôn tập

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "js/node_modules/jquery/dist/jquery.min.js",
      "js/background/check_login.js",
      "js/background/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/node_modules/vue/dist/vue.js",
        "js/node_modules/jquery/dist/jquery.min.js",
        "js/content/fontawesome-all.js",
        "js/content/util.js",
        "js/content/search_dictionary.js",
        "js/content/DictPopupEx.js",
        "js/content/LogoPopupEx.js",
        "js/content/content.js",
        "js/content/LessonPopupEx.js"
      ],
      "css": [
        "css/fa-svg-with-js.css",
        "css/style.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Bookmark từ vựng, lưu từ vựng theo dạng bài học, dễ ôn tập",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkWt9hDDTEUtclBew7Ik49MzBe5wxOEcqiNLvWRh5/vNV+KflkXOu3ZpzMgMoge4ph8Jrwrl76UicyH6rrkAlgpZk+MPw8baLMwwZxT7rOEsCSxkEYdmoU65c6Zml62BZ7p9kbl0dsXTF+YvkyHFlJK93FjjaqH3l8kKDmh+04oYhdOA+sAuJiNaUlD/km85wn59HuwBTJDB4RsmeiBi9FyJSNwJIFdGCTw1GZW4RRHCLiBCj4M4/e2IdDOJ/0ASae2Ze0ZuLUSgh5H3eE4tvXqWrxG12CzVT0DHMil5ZGf0rcrAMJwXMZPTPgBIh6IKUBlqK96Rq0enNzAFJxSa6UQIDAQAB",
  "manifest_version": 2,
  "name": "Từ điển Nhật Việt",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.8",
  "web_accessible_resources": [
    "loading.gif",
    "icon.png",
    "img/language.png",
    "img/bookmark.png",
    "img/chec.png"
  ]
}