Rapid Search

Rapid Search - Search the web rapidly from your browser

Τι είναι το Rapid Search;

Το Rapid Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SG Meganet, και η κύρια λειτουργία του είναι "Rapid Search - Search the web rapidly from your browser".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Rapid Search

Λήψη αρχείων επέκτασης Rapid Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Rapid Search Rapid Search
ID ciakceimdcpohecihahfeojhfefmcimf
Επίσημο URL https://chromewebstore.google.com/detail/rapid-search/ciakceimdcpohecihahfeojhfefmcimf
Περιγραφή Rapid Search - Search the web rapidly from your browser
Μέγεθος Αρχείου 226 KB
Αριθμός Εγκαταστάσεων 11,581
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2022-01-11
Ημερομηνία Δημοσίευσης 2021-12-23
Προγραμματιστής SG Meganet
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://rapid-searches.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://rapid-searches.com/index.php/contact-us/
URL της Σελίδας Πολιτικής Απορρήτου https://rapid-searches.com/index.php/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
}