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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |