Cpoy UTF-8 Url

Cpoy UTF-8 Url

一個可以讓你複製 Url 時,不會出現中文亂碼的小工具

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cpoy UTF-8 Url",
  "version": "1.0.1",
  "description": "",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "jquery-3.3.1.js",
      "eventPage.js"
    ],
    "persistent": true
  },
  "permissions": [
    "notifications",
    "contextMenus"
  ]
}