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