Global Search
Global Search description.
Cos'è Global Search?
Global Search è un'estensione di Chrome sviluppata da https://globalsearch.pro, e la sua funzione principale è "Global Search description.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Global Search
Scarica i file di estensione Global Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The most efficient way to use your favorite search engines. Search selected text, use customizable hotkeys and much more. Global Search brings the best features to Chrome, and much more besides: ● one-click search customization ● search selected text ● new tab search Please click "Support" to submit bug reports, questions and feature suggestions. Please do not leave bug reports in your review. By clicking "Add to Chrome", you accept the terms below and agree to add Global Search to Chrome
Informazioni di Base sull'Estensione
Nome | |
ID | ibnhcclcebpcmcgnplkamfolnkgaigjd |
URL Ufficiale | https://chromewebstore.google.com/detail/global-search/ibnhcclcebpcmcgnplkamfolnkgaigjd |
Descrizione | Global Search description. |
Dimensione del File | 11.41 KB |
Conteggio Installazioni | 420 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2020-11-07 |
Data di Pubblicazione | 2020-10-16 |
Sviluppatore | https://globalsearch.pro |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://globalsearch.pro/privacy.php |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "chrome_settings_overrides": { "search_provider": { "name": "Global Search", "keyword": "GlobalSearch", "is_default": true, "encoding": "UTF-8", "favicon_url": "https:\/\/globalsearch.pro\/media\/icons\/favicon.ico", "search_url": "https:\/\/globalsearch.pro\/search.php?q={searchTerms}", "suggest_url": "https:\/\/globalsearch.pro\/suggestions.php?q={searchTerms}" } }, "description": "Global Search description.", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "permissions": [ "storage", "*:\/\/globalsearch.pro\/*" ], "manifest_version": 2, "name": "Global Search", "version": "1.0.3" } |