Rapid Search
Rapid Search - Search the web rapidly from your browser
O que é Rapid Search?
Rapid Search é uma extensão do Chrome desenvolvida por SG Meganet, e sua principal característica é "Rapid Search - Search the web rapidly from your browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rapid Search
Baixe arquivos de extensão Rapid Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Rapid Search |
ID | ciakceimdcpohecihahfeojhfefmcimf |
URL Oficial | https://chromewebstore.google.com/detail/rapid-search/ciakceimdcpohecihahfeojhfefmcimf |
Descrição | Rapid Search - Search the web rapidly from your browser |
Tamanho do Arquivo | 226 KB |
Contagem de Instalações | 11,581 |
Versão Atual | 2.1 |
Última Atualização | 2022-01-11 |
Data de Publicação | 2021-12-23 |
Desenvolvedor | SG Meganet |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://rapid-searches.com/ |
URL da Página de Ajuda | https://rapid-searches.com/index.php/contact-us/ |
URL da Página de Política de Privacidade | https://rapid-searches.com/index.php/privacy-policy |
Idiomas Suportados | 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" } |