Google™ Search with Language Range
Search in Google with lanaguage you choose.
Vad är Google™ Search with Language Range?
Google™ Search with Language Range är en Chrome-tillägg utvecklad av zoroaster909, och dess huvudfunktion är "Search in Google with lanaguage you choose.".
Tilläggsskärmbilder
Ladda ner Google™ Search with Language Range-förlängningens CRX-fil
Ladda ner Google™ Search with Language Range-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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搜尋結果的語言範圍,省下複雜的設定步驟! Grundläggande Information om Tillägg
| Namn | |
| ID | fgmckmbejhgjokoceblcilmhpgehfgkf |
| Officiell webbadress | https://chromewebstore.google.com/detail/google-search-with-langua/fgmckmbejhgjokoceblcilmhpgehfgkf |
| Beskrivning | Search in Google with lanaguage you choose. |
| Filstorlek | 13.98 KB |
| Antal Installationer | 164 |
| Aktuell Version | 0.1.4 |
| Senast Uppdaterad | 2021-03-24 |
| Publiceringsdatum | 2020-06-28 |
| Betyg | 4.83/5 Totalt 6 Betyg |
| Utvecklare | zoroaster909 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/zoroaster00/Search-with-Language-Range-Extension |
| Hjälpsida URL | https://github.com/zoroaster00/Search-with-Language-Range-Extension |
| Stödda Språk | 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
} | |