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 je Search Laboratory Regional SERP Selector?

Search Laboratory Regional SERP Selector je rozšíření Chrome vyvinuté https://searchlaboratory.com, a jeho hlavní funkcí je „This plugin enables the user to load the Google search engine results page for a specific location and language.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Search Laboratory Regional SERP Selector

Stáhněte si soubory rozšíření Search Laboratory Regional SERP Selector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Search Laboratory Regional SERP Selector Search Laboratory Regional SERP Selector
ID mcldhkangahikbbhepoejebclipcdmpl
Oficiální URL https://chromewebstore.google.com/detail/search-laboratory-regiona/mcldhkangahikbbhepoejebclipcdmpl
Popis This plugin enables the user to load the Google search engine results page for a specific location and language.
Velikost souboru 5.83 MB
Počet instalací 2,147
Aktuální Verze 1.0.2
Poslední Aktualizace 2021-06-15
Datum Vydání 2021-03-25
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář https://searchlaboratory.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.searchlaboratory.com/
URL Stránky Nápovědy https://www.searchlaboratory.com/
Podporované Jazyky 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"
    ]
}