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 là gì?
Search Laboratory Regional SERP Selector là một tiện ích mở rộng Chrome được phát triển bởi https://searchlaboratory.com, và tính năng chính của nó là "This plugin enables the user to load the Google search engine results page for a specific location and language.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Search Laboratory Regional SERP Selector
Tải xuống các tệp mở rộng Search Laboratory Regional SERP Selector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Search Laboratory Regional SERP Selector |
ID | mcldhkangahikbbhepoejebclipcdmpl |
URL Chính Thức | https://chromewebstore.google.com/detail/search-laboratory-regiona/mcldhkangahikbbhepoejebclipcdmpl |
Mô tả | This plugin enables the user to load the Google search engine results page for a specific location and language. |
Kích Thước Tệp | 5.83 MB |
Số Lần Cài Đặt | 2,147 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2021-06-15 |
Ngày Phát Hành | 2021-03-25 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://searchlaboratory.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.searchlaboratory.com/ |
URL Trang Trợ Giúp | https://www.searchlaboratory.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |