比最佳解

比最佳解

一次比較兩個答案,根據搜尋引擎的查詢結果數量,決定多者為最佳解。

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.1",
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://www.google.com.tw/",
    "https://www.google.com.tw/"
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}