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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    ]
}