Google™ Search with Language Range
Search in Google with lanaguage you choose.
Co to jest Google™ Search with Language Range?
Google™ Search with Language Range to rozszerzenie Chrome opracowane przez zoroaster909, a jego główną funkcją jest „Search in Google with lanaguage you choose.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google™ Search with Language Range
Pobierz pliki rozszerzeń Google™ Search with Language Range w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Just one click on browser action icon to select a language, and result pages from Google Search will be in your selected language! Save steps instead of changing it in Google Search settings. 一鍵設定好Google搜尋結果的語言範圍,省下複雜的設定步驟!
Podstawowe informacje o rozszerzeniu
Nazwa | Google™ Search with Language Range |
ID | fgmckmbejhgjokoceblcilmhpgehfgkf |
Oficjalny URL | https://chromewebstore.google.com/detail/google-search-with-langua/fgmckmbejhgjokoceblcilmhpgehfgkf |
Opis | Search in Google with lanaguage you choose. |
Rozmiar pliku | 13.98 KB |
Liczba instalacji | 164 |
Aktualna Wersja | 0.1.4 |
Ostatnia Aktualizacja | 2021-03-24 |
Data Publikacji | 2020-06-28 |
Ocena | 4.83/5 Łącznie 6 Oceny |
Deweloper | zoroaster909 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/zoroaster00/Search-with-Language-Range-Extension |
Adres URL Strony Pomocy | https://github.com/zoroaster00/Search-with-Language-Range-Extension |
Obsługiwane Języki | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "0.1.4", "description": "__MSG_ext_description__", "default_locale": "en", "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/www.google.com\/search?*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 2 } |