Amazing Searcher
Add useful information to Google Search results
什麼是Amazing Searcher?
Amazing Searcher是由eetann開發的Chrome擴展程式,該擴展的主要功能是“Add useful information to Google Search results”。
擴展截圖
下載Amazing Searcher擴展crx文件
下載Amazing Searcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Amazing Searcher adds the following link to the Google search results. * `Term`: restrict results to a specific time period * `Lang`: restrict results to a specific language * `Recipe`: following link about search words. * Homepage * Reference * Search By Reference (Search in Reference by Reference) * Search By Google (Search in Reference by Google) * The link you registered on the settings page * The Memo you registered on the settings page `Term`, `Lang` and `Recipe` can be set in the options page. In particular, by setting up a lot of `Recipe`, you can greatly reduce the time it takes to get to the information you want!
擴展基本資訊
名稱 | Amazing Searcher |
ID | poheekmlppakdboaalpmhfpbmnefeokj |
官方網址 | https://chromewebstore.google.com/detail/amazing-searcher/poheekmlppakdboaalpmhfpbmnefeokj |
簡介 | Add useful information to Google Search results |
檔案大小 | 408 KB |
安裝次數 | 833 |
目前版本 | 1.0.2 |
更新時間 | 2021-11-09 |
上架時間 | 2021-05-31 |
評分 | 5.00/5 共 5 次評分 |
開發者 | eetann |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/eetann/amazing-searcher |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Amazing Searcher", "version": "1.0.2", "description": "Add useful information to Google Search results", "author": "eetann", "icons": { "16": "imgs\/extension_icon16.png", "32": "imgs\/extension_icon32.png", "48": "imgs\/extension_icon48.png", "128": "imgs\/extension_icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search?*" ], "css": [ "chunk.css" ], "js": [ "chunk.js", "content.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "options_page": "options.html" } |