Advanced Search
Allows users to easily insert search operators for advanced searching on Google.
Τι είναι το Advanced Search;
Το Advanced Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mojave, και η κύρια λειτουργία του είναι "Allows users to easily insert search operators for advanced searching on Google.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Advanced Search
Λήψη αρχείων επέκτασης Advanced Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The "Advanced Search" extension is a powerful and user-friendly tool that enhances your Google search experience. With this extension, you can effortlessly perform advanced searches using predefined queries and specialized operators. The extension provides a streamlined interface, allowing you to insert specific search parameters such as "user:", "post:", "location:", and "date:" directly into the search bar with the click of a button. Whether you're looking to refine your search results or perform complex queries, the "Advanced Search" extension simplifies the process, saving you time and providing you with more accurate and targeted search results. Take control of your search queries like never before with this convenient and intuitive extension.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Advanced Search |
ID | mokpcamkabgckoegmpcdfflmkphbmpkc |
Επίσημο URL | https://chromewebstore.google.com/detail/advanced-search/mokpcamkabgckoegmpcdfflmkphbmpkc |
Περιγραφή | Allows users to easily insert search operators for advanced searching on Google. |
Μέγεθος Αρχείου | 350 KB |
Αριθμός Εγκαταστάσεων | 792 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2023-10-04 |
Ημερομηνία Δημοσίευσης | 2023-08-13 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Mojave |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://sites.google.com/view/mojaveextensions |
Διεύθυνση URL της Σελίδας Βοήθειας | https://sites.google.com/view/mojaveextensions/info-regarding-advanced-searching |
URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/mojaveextensions/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Advanced Search", "version": "1.1", "description": "Allows users to easily insert search operators for advanced searching on Google.", "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |