比最佳解
一次比較兩個答案,根據搜尋引擎的查詢結果數量,決定多者為最佳解。
What is 比最佳解?
比最佳解 is a Chrome extension developed by CHUN-CHENG LIN, and its main feature is "一次比較兩個答案,根據搜尋引擎的查詢結果數量,決定多者為最佳解。".
Extension Screenshots
Download 比最佳解 Extension CRX File
Download 比最佳解 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
特色 : - 自動在字首字尾加上雙引號 - 一次同時搜尋比較兩個字串 [ 應用案例一 ] 常常在用成語的時候忘記某一個字怎麼寫嗎?例如:有一句成語用來指人遊蕩懶散,不願參加勞動,正確寫法應該是「遊手好閒」還是「游手好閒」呢?快用比最佳解看看哪一個選項是最多人使用的! [ 應用案例二 ] 常常需要中翻英的時候猶豫某一段話怎麼翻譯嗎?例如:「在網際網路上」應該翻譯成「in the internet」還是「on the internet」呢?快用比最佳解看看哪一個選項是最多人使用的! 注意事項: 人多不一定是王道啊!這個擴充功能可以幫助你節省資料搜尋的時間,但是網路上的資料常常積非成是,久而久之錯誤用法的資料反而比正確用法的資料還多,所以要留意這一點,以免被誤導。
Extension Basic Information
Name | |
ID | eanipbmpdlgfheebhfffmlbijlhdpejj |
Official URL | https://chrome.google.com/webstore/detail/%E6%AF%94%E6%9C%80%E4%BD%B3%E8%A7%A3/eanipbmpdlgfheebhfffmlbijlhdpejj |
Description | 一次比較兩個答案,根據搜尋引擎的查詢結果數量,決定多者為最佳解。 |
File Size | 16.54 KB |
Installation Count | 18 |
Current Version | 1.0.1 |
Last Updated | 2014-05-12 |
Publish Date | 2014-05-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | CHUN-CHENG LIN |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u6bd4\u6700\u4f73\u89e3", "description": "\u4e00\u6b21\u6bd4\u8f03\u5169\u500b\u7b54\u6848\uff0c\u6839\u64da\u641c\u5c0b\u5f15\u64ce\u7684\u67e5\u8a62\u7d50\u679c\u6578\u91cf\uff0c\u6c7a\u5b9a\u591a\u8005\u70ba\u6700\u4f73\u89e3\u3002", "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" } } |