Google Developers - Always in English
Redirect Google Developers browser requests to the english version
Co to jest Google Developers - Always in English?
Google Developers - Always in English to rozszerzenie Chrome opracowane przez http://thyngster.com, a jego główną funkcją jest „Redirect Google Developers browser requests to the english version”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Developers - Always in English
Pobierz pliki rozszerzeń Google Developers - Always in English 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
This extension will intercept requests to developers.google.com and redirect the user to the english version of the docs, in order to be sure that they get always the last updated version.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | adefilgncmjmpcifkgolbocioahoimcc |
Oficjalny URL | https://chrome.google.com/webstore/detail/google-developers-always/adefilgncmjmpcifkgolbocioahoimcc |
Opis | Redirect Google Developers browser requests to the english version |
Rozmiar pliku | 5.11 KB |
Liczba instalacji | 51 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2019-08-28 |
Data Publikacji | 2019-08-28 |
Deweloper | http://thyngster.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Developers - Always in English", "description": "Redirect Google Developers browser requests to the english version", "version": "1.0.0", "icons": { "64": "icon64.png" }, "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "*:\/\/developers.google.com\/*", "webRequestBlocking" ] } |