Nobitago

Nobitago

Tra cứu tiếng nhật trên trình duyệt web. Hiển thị cả Hán việt, tiếng anh và tiếng việt. Phát triển bởi MAI XUÂN TRIỀU

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nobitago",
  "version": "0.9.3",
  "description": "Tra cứu tiếng nhật trên trình duyệt web. Hiển thị cả Hán việt, tiếng anh và tiếng việt. Phát triển bởi MAI XUÂN TRIỀU",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "tabs",
    "clipboardWrite"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/ba.png"
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*",
        "file:///*"
      ],
      "js": [
        "rikaicontent.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "css/popup-black.css",
    "css/popup-blue.css",
    "css/popup-lightblue.css",
    "css/popup-yellow.css"
  ]
}