KTDB.VN - Tạo kí tự đặc biệt đẹp

KTDB.VN - Tạo kí tự đặc biệt đẹp

KTDB.VN là một trong những công cụ tạo kí tự đặc biệt đẹp nhất hiện nay. Hỗ trợ lên tới 10000 kí tự mới nhất 2020-2021.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "KTDB.VN - Tạo kí tự đặc biệt đẹp",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "KTDB.VN là một trong những công cụ tạo kí tự đặc biệt đẹp nhất hiện nay. Hỗ trợ lên tới 10000 kí tự mới nhất 2020-2021.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    },
    "default_title": "KTDB.VN - Tạo kí tự đặc biệt đẹp",
    "default_popup": "popup.html",
    "background": {
      "scripts": [
        "scripts/fancy_text.js",
        "scripts/jquery.min.js",
        "scripts/symbol-picker-for-fancy-text.js"
      ]
    },
    "content_scripts": [
      {
        "js": [
          "scripts/tipi.jquery.js"
        ]
      }
    ],
    "css": [
      "styles/style.css",
      "styles/bootstrap.min.css"
    ],
    "permissions": [
      "tabs",
      "webRequest"
    ]
  }
}