Manuals Search
Search Manuals in the browser address bar and manage your web search & manuals search provider.
Τι είναι το Manuals Search;
Το Manuals Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Manuals Library, και η κύρια λειτουργία του είναι "Search Manuals in the browser address bar and manage your web search & manuals search provider.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Manuals Search
Λήψη αρχείων επέκτασης Manuals Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension updates browser search provider and enable users to get results for free product Manuals. How do I Search for Free Manuals? 1. Type "manuals" in the browser address bar and click "Space" or "Tab" in your keyboard 2. Input your search keyword and hit ""enter"" You can also Search for Manuals by clicking on Extension icon in browser and using the input box in Extension Modal. Easily get access to millions of web and manuals search results with this extension. This extension updates your browser default search settings in the following ways: - Allows for custom Manuals searches directly from your browser omnibox - Sets Yahoo as the default search setting in your browser" By installing this extension, you agree to the Terms of Use (https://manualsearch-serp.org/terms-of-service/) and Privacy Policy (https://manualsearch-serp.org/privacy-policy/)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Manuals Search |
ID | ojpnaocbelgmngalknbglceminppbnak |
Επίσημο URL | https://chrome.google.com/webstore/detail/manuals-search/ojpnaocbelgmngalknbglceminppbnak |
Περιγραφή | Search Manuals in the browser address bar and manage your web search & manuals search provider. |
Μέγεθος Αρχείου | 1.17 MB |
Αριθμός Εγκαταστάσεων | 209,287 |
Τρέχουσα Έκδοση | 1.23.724 |
Τελευταία Ενημέρωση | 2023-07-25 |
Ημερομηνία Δημοσίευσης | 2023-05-11 |
Αξιολόγηση | 4.25/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Manuals Library |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://manualslibrarytab-site.org/privacy-policy/index.html |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Manuals Search", "short_name": "ManualSearch", "description": "Search Manuals in the browser address bar and manage your web search & manuals search provider.", "version": "1.23.724", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "background": { "service_worker": "worker.js" }, "omnibox": { "keyword": "manuals" }, "action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "default_title": "Manuals Search", "default_popup": "pages\/popup\/popup.html" }, "chrome_settings_overrides": { "search_provider": { "name": "Web", "is_default": true, "encoding": "UTF-8", "keyword": "search", "favicon_url": "https:\/\/services.manualsearch-svc.org\/favicon.ico", "search_url": "https:\/\/services.manualsearch-svc.org\/search\/{searchTerms}", "suggest_url": "https:\/\/sug.manualsearch-svc.org\/sug\/?s={searchTerms}" } }, "content_scripts": [ { "matches": [ "*:\/\/s.manualsearch-serp.org\/*", "*:\/\/search.yahoo.com\/yhs\/search?hspart=tro*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/*.manualsearch-svc.org\/*" ], "permissions": [ "cookies", "storage", "search", "declarativeNetRequest" ], "manifest_version": 3 } |