Search Laboratory Regional SERP Selector

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

Что такое Search Laboratory Regional SERP Selector?

Search Laboratory Regional SERP Selector - это расширение Chrome, разработанное https://searchlaboratory.com, и его основная функция - "This plugin enables the user to load the Google search engine results page for a specific location and language.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Search Laboratory Regional SERP Selector

Скачайте файлы расширений Search Laboratory Regional SERP Selector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Search Laboratory Regional SERP Selector Search Laboratory Regional SERP Selector
ID mcldhkangahikbbhepoejebclipcdmpl
Официальный URL https://chromewebstore.google.com/detail/search-laboratory-regiona/mcldhkangahikbbhepoejebclipcdmpl
Описание This plugin enables the user to load the Google search engine results page for a specific location and language.
Размер файла 5.83 MB
Количество установок 2,147
Текущая Версия 1.0.2
Последнее Обновление 2021-06-15
Дата публикации 2021-03-25
Рейтинг 4.00/5 Всего 3 оценок
Разработчик https://searchlaboratory.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.searchlaboratory.com/
URL страницы помощи https://www.searchlaboratory.com/
Поддерживаемые языки 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"
    ]
}