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"
    ]
}