Search Laboratory Regional SERP Selector

This plugin enables the user to load the Google search engine results page for a specific location and language.

Co to jest Search Laboratory Regional SERP Selector?

Search Laboratory Regional SERP Selector to rozszerzenie Chrome opracowane przez https://searchlaboratory.com, a jego główną funkcją jest „This plugin enables the user to load the Google search engine results page for a specific location and language.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Search Laboratory Regional SERP Selector

Pobierz pliki rozszerzeń Search Laboratory Regional SERP Selector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This is a Chrome extension that enables the user to render the SERPs in any region with the region's respective languages. It also has the functionality to store the user’s desired SERP preferences under predefined user presets.                    

Podstawowe informacje o rozszerzeniu

Nazwa Search Laboratory Regional SERP Selector Search Laboratory Regional SERP Selector
ID mcldhkangahikbbhepoejebclipcdmpl
Oficjalny URL https://chromewebstore.google.com/detail/search-laboratory-regiona/mcldhkangahikbbhepoejebclipcdmpl
Opis This plugin enables the user to load the Google search engine results page for a specific location and language.
Rozmiar pliku 5.83 MB
Liczba instalacji 2,147
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2021-06-15
Data Publikacji 2021-03-25
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper https://searchlaboratory.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.searchlaboratory.com/
Adres URL Strony Pomocy https://www.searchlaboratory.com/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Laboratory Regional SERP Selector",
    "description": "This plugin enables the user to load the Google search engine results page for a specific location and language.",
    "version": "1.0.2",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "storage"
    ]
}