Rapid Search
Rapid Search - Search the web rapidly from your browser
Qu'est-ce que Rapid Search ?
Rapid Search est une extension Chrome développée par SG Meganet, et sa fonction principale est "Rapid Search - Search the web rapidly from your browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rapid Search
Téléchargez les fichiers d'extension Rapid Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Rapid Search |
ID | ciakceimdcpohecihahfeojhfefmcimf |
URL Officiel | https://chromewebstore.google.com/detail/rapid-search/ciakceimdcpohecihahfeojhfefmcimf |
Description | Rapid Search - Search the web rapidly from your browser |
Taille du Fichier | 226 KB |
Nombre d'Installations | 11,581 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2022-01-11 |
Date de Publication | 2021-12-23 |
Développeur | SG Meganet |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://rapid-searches.com/ |
URL de la Page d'Aide | https://rapid-searches.com/index.php/contact-us/ |
URL de la Page de Politique de Confidentialité | https://rapid-searches.com/index.php/privacy-policy |
Langues Prises en Charge | 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" } |