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是由https://searchlaboratory.com开发的Chrome扩展程序,该扩展的主要功能是“This plugin enables the user to load the Google search engine results page for a specific location and language.”。
扩展截图
下载Search Laboratory Regional SERP Selector扩展crx文件
下载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 |
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" ] } |