Smart Search

Get Smart Search results with SmartSearch

Cos'è Smart Search?

Smart Search è un'estensione di Chrome sviluppata da deniscasilev1988, e la sua funzione principale è "Get Smart Search results with SmartSearch".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Smart Search

Scarica i file di estensione Smart 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

                        Search securely and get the most relevant results powered by SmartSearch!
By clicking "Add to Chrome", you agree to be bound by our Terms and Conditions and Privacy Policy, add it extension to your Chrome browser and change your default Web search service provider to SmartSearch.                    

Informazioni di Base sull'Estensione

Nome Smart Search Smart Search
ID glmhhkoaglkboooplngidahblhiadpab
URL Ufficiale https://chromewebstore.google.com/detail/smart-search/glmhhkoaglkboooplngidahblhiadpab
Descrizione Get Smart Search results with SmartSearch
Dimensione del File 204 KB
Conteggio Installazioni 5,046
Versione Corrente 1.0.3
Ultimo Aggiornamento 2021-10-08
Data di Pubblicazione 2021-09-29
Valutazione 1.02/5 Totale 60 Valutazioni
Sviluppatore deniscasilev1988
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://searchsmarters.online/
URL della Pagina di Aiuto https://searchsmarters.online/about.html
URL della Pagina della Politica sulla Privacy https://searchsmarters.online/privacy.html
Lingue Supportate en
manifest.json
{
    "author": "Vasily Media",
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/16x16.png"
        },
        "default_title": "Smart Search"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/searchsmarters.online\/assets\/img\/favicon.ico",
            "is_default": true,
            "keyword": "Smart Search",
            "name": "Smart Search",
            "params": "__PARAM__",
            "search_url": "https:\/\/searchsmarters.online\/query\/?query={searchTerms}"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Get Smart Search results with SmartSearch",
    "homepage_url": "https:\/\/searchsmarters.online\/",
    "icons": {
        "128": "assets\/icons\/128x128.png",
        "16": "assets\/icons\/16x16.png",
        "24": "assets\/icons\/24x24.png",
        "256": "assets\/icons\/256x256.png",
        "48": "assets\/icons\/48x48.png",
        "96": "assets\/icons\/96x96.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "61",
    "name": "Smart Search",
    "permissions": [
        "storage",
        "*:\/\/*.searchsmarters.online\/*"
    ],
    "short_name": "SmartSearch",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        "assets\/*.html",
        "assets\/js\/*.js",
        "assets\/icons\/*.png"
    ]
}