Search Laboratory Regional SERP Selector
This plugin enables the user to load the Google search engine results page for a specific location and language.
O que é Search Laboratory Regional SERP Selector?
Search Laboratory Regional SERP Selector é uma extensão do Chrome desenvolvida por https://searchlaboratory.com, e sua principal característica é "This plugin enables the user to load the Google search engine results page for a specific location and language.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Search Laboratory Regional SERP Selector
Baixe arquivos de extensão Search Laboratory Regional SERP Selector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Search Laboratory Regional SERP Selector |
ID | mcldhkangahikbbhepoejebclipcdmpl |
URL Oficial | https://chromewebstore.google.com/detail/search-laboratory-regiona/mcldhkangahikbbhepoejebclipcdmpl |
Descrição | This plugin enables the user to load the Google search engine results page for a specific location and language. |
Tamanho do Arquivo | 5.83 MB |
Contagem de Instalações | 2,147 |
Versão Atual | 1.0.2 |
Última Atualização | 2021-06-15 |
Data de Publicação | 2021-03-25 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | https://searchlaboratory.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.searchlaboratory.com/ |
URL da Página de Ajuda | https://www.searchlaboratory.com/ |
Idiomas Suportados | 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" ] } |