Search Laboratory Regional SERP Selector

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

Was ist Search Laboratory Regional SERP Selector?

Search Laboratory Regional SERP Selector ist eine Chrome-Erweiterung, die von https://searchlaboratory.com entwickelt wurde, und ihr Hauptmerkmal ist "This plugin enables the user to load the Google search engine results page for a specific location and language.".

Erweiterungsscreenshots

screenshot

Search Laboratory Regional SERP Selector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Search Laboratory Regional SERP Selector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Search Laboratory Regional SERP Selector Search Laboratory Regional SERP Selector
ID mcldhkangahikbbhepoejebclipcdmpl
Offizielle URL https://chromewebstore.google.com/detail/search-laboratory-regiona/mcldhkangahikbbhepoejebclipcdmpl
Beschreibung This plugin enables the user to load the Google search engine results page for a specific location and language.
Dateigröße 5.83 MB
Installationsanzahl 2,147
Aktuelle Version 1.0.2
Letztes Update 2021-06-15
Veröffentlichungsdatum 2021-03-25
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler https://searchlaboratory.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.searchlaboratory.com/
Hilfeseite URL https://www.searchlaboratory.com/
Unterstützte Sprachen 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"
    ]
}