Yandex Search Button

Adds a button for searching the same query on other search engines. Alternative search.

Cos'è Yandex Search Button?

Yandex Search Button è un'estensione di Chrome sviluppata da Romkaq, e la sua funzione principale è "Adds a button for searching the same query on other search engines. Alternative search.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Yandex Search Button

Scarica i file di estensione Yandex Search Button 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

                        Adds a button above the results on google pages, for executing the same search on different search engines.

You can select the alternative search engine in the options page. Available search engines for button: 9.

12 available styles!

Useful extensions and themes links included in the extension Settings page.                    

Informazioni di Base sull'Estensione

Nome Yandex Search Button Yandex Search Button
ID ffmpkkmddbelknkheolceolmdkjloaof
URL Ufficiale https://chromewebstore.google.com/detail/yandex-search-button/ffmpkkmddbelknkheolceolmdkjloaof
Descrizione Adds a button for searching the same query on other search engines. Alternative search.
Dimensione del File 57.31 KB
Conteggio Installazioni 252
Versione Corrente 3.10
Ultimo Aggiornamento 2022-05-04
Data di Pubblicazione 2021-07-07
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore Romkaq
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rq-dev
URL della Pagina di Aiuto https://vk.com/rqdev
URL della Pagina della Politica sulla Privacy https://rq-dev.github.io/chrome-extensions-privacy-policy
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.10",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "back.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.ru\/*",
                "*:\/\/www.google.kz\/*",
                "*:\/\/www.google.com.ua\/*",
                "*:\/\/www.google.by\/*",
                "*:\/\/www.google.uz\/*",
                "*:\/\/www.google.az\/*",
                "*:\/\/www.google.kg\/*",
                "*:\/\/www.google.lt\/*",
                "*:\/\/www.google.lv\/*",
                "*:\/\/www.google.md\/*",
                "*:\/\/www.google.com.br\/*",
                "*:\/\/www.google.ca\/*",
                "*:\/\/www.google.de\/*",
                "*:\/\/www.google.it\/*",
                "*:\/\/www.google.es\/*",
                "*:\/\/www.google.fi\/*",
                "*:\/\/www.google.co.zw\/*",
                "*:\/\/www.google.co.za\/*",
                "*:\/\/www.google.com.vn\/*",
                "*:\/\/www.google.co.ve\/*",
                "*:\/\/www.google.us\/*",
                "*:\/\/www.google.com.tw\/*",
                "*:\/\/www.google.com.tr\/*",
                "*:\/\/www.google.co.th\/*",
                "*:\/\/www.google.si\/*",
                "*:\/\/www.google.se\/*",
                "*:\/\/www.google.rs\/*",
                "*:\/\/www.google.ro\/*",
                "*:\/\/www.google.pl\/*",
                "*:\/\/www.google.co.nz\/*",
                "*:\/\/www.google.no\/*",
                "*:\/\/www.google.mn\/*",
                "*:\/\/www.google.co.kr\/*",
                "*:\/\/www.google.co.jp\/*",
                "*:\/\/www.google.com.jm\/*",
                "*:\/\/www.google.is\/*",
                "*:\/\/www.google.hu\/*",
                "*:\/\/www.google.gr\/*",
                "*:\/\/www.g.cn\/*",
                "*:\/\/www.google.cn\/*",
                "*:\/\/www.google.cl\/*",
                "*:\/\/www.google.com.af\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Search Button",
        "default_popup": "pop.html"
    },
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "settings.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}