Search Laboratory Regional SERP Selector
This plugin enables the user to load the Google search engine results page for a specific location and language.
Apa itu Search Laboratory Regional SERP Selector?
Search Laboratory Regional SERP Selector adalah ekstensi Chrome yang dikembangkan oleh https://searchlaboratory.com, dan fitur utamanya adalah "This plugin enables the user to load the Google search engine results page for a specific location and language.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Search Laboratory Regional SERP Selector
Unduh file ekstensi Search Laboratory Regional SERP Selector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Search Laboratory Regional SERP Selector |
ID | mcldhkangahikbbhepoejebclipcdmpl |
URL Resmi | https://chromewebstore.google.com/detail/search-laboratory-regiona/mcldhkangahikbbhepoejebclipcdmpl |
Deskripsi | This plugin enables the user to load the Google search engine results page for a specific location and language. |
Ukuran File | 5.83 MB |
Jumlah Instalasi | 2,147 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2021-06-15 |
Tanggal Publikasi | 2021-03-25 |
Penilaian | 4.00/5 Total 3 Penilaian |
Pengembang | https://searchlaboratory.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.searchlaboratory.com/ |
URL Halaman Bantuan | https://www.searchlaboratory.com/ |
Bahasa yang Didukung | 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" ] } |