Amazing Searcher

Add useful information to Google Search results

Amazing Searcher क्या है?

Amazing Searcher eetann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add useful information to Google Search results"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amazing Searcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}