Amazing Searcher

Add useful information to Google Search results

Amazing Searcherคืออะไร?

Amazing Searcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eetann และคุณลักษณะหลักของมันคือ "Add useful information to Google Search results"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazing Searcher

ดาวน์โหลดไฟล์ส่วนขยาย 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 Amazing Searcher
ID poheekmlppakdboaalpmhfpbmnefeokj
URL อย่างเป็นทางการ 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"
}