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.”。

擴展截圖

screenshot

下載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 Search Laboratory Regional SERP Selector
ID mcldhkangahikbbhepoejebclipcdmpl
官方網址 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"
    ]
}