Rapid Search
Rapid Search - Search the web rapidly from your browser
Cos'è Rapid Search?
Rapid Search è un'estensione di Chrome sviluppata da SG Meganet, e la sua funzione principale è "Rapid Search - Search the web rapidly from your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rapid Search
Scarica i file di estensione Rapid 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
Rapid Searches - Light and minimal new tab extension that allows you to search quickly from your homepage. Using rapid search is the best way to search the web. For more please visit: https://rapid-searches.com/ The search features use within the extension will be provided by Bing; By clicking "Add to Chrome", I accept and agree to install "Interiorz" Chrome extension and hereby agree to set Chrome New Tab to that provided by the service and the Privacy Policy and Terms of Use.
Informazioni di Base sull'Estensione
Nome | Rapid Search |
ID | ciakceimdcpohecihahfeojhfefmcimf |
URL Ufficiale | https://chromewebstore.google.com/detail/rapid-search/ciakceimdcpohecihahfeojhfefmcimf |
Descrizione | Rapid Search - Search the web rapidly from your browser |
Dimensione del File | 226 KB |
Conteggio Installazioni | 11,581 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2022-01-11 |
Data di Pubblicazione | 2021-12-23 |
Sviluppatore | SG Meganet |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://rapid-searches.com/ |
URL della Pagina di Aiuto | https://rapid-searches.com/index.php/contact-us/ |
URL della Pagina della Politica sulla Privacy | https://rapid-searches.com/index.php/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "author": "Rapid Search", "name": "Rapid Search", "version": "2.1", "manifest_version": 2, "description": "Rapid Search - Search the web rapidly from your browser", "homepage_url": "http:\/\/rapid-searches.com", "browser_action": { "default_icon": { "16": "icons\/thundericon_16.png", "32": "icons\/thundericon_32.png", "48": "icons\/thundericon_48.png", "96": "icons\/thundericon_96.png", "128": "icons\/thundericon_128.png" } }, "icons": { "16": "icons\/thundericon_16.png", "32": "icons\/thundericon_32.png", "48": "icons\/thundericon_48.png", "96": "icons\/thundericon_96.png", "128": "icons\/thundericon_128.png" }, "background": { "persistent": true, "scripts": [ "src\/override\/jquery.js", "src\/bg\/background.js" ] }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "short_name": "Rapid Search", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |