數字易經解析工具

數字易經解析工具

從當前台哥大網頁上的可預選號碼裡解析出它們有哪些磁場

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "數字易經解析工具",
  "description": "從當前台哥大網頁上的可預選號碼裡解析出它們有哪些磁場",
  "version": "1.0.3",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "<all_urls>"
  ]
}