Google Developers - Always in English
Redirect Google Developers browser requests to the english version
Что такое Google Developers - Always in English?
Google Developers - Always in English - это расширение Chrome, разработанное http://thyngster.com, и его основная функция - "Redirect Google Developers browser requests to the english version".
Снимки экрана расширения
Скачать файл CRX расширения Google Developers - Always in English
Скачайте файлы расширений Google Developers - Always in English в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | adefilgncmjmpcifkgolbocioahoimcc |
Официальный URL | https://chrome.google.com/webstore/detail/google-developers-always/adefilgncmjmpcifkgolbocioahoimcc |
Описание | Redirect Google Developers browser requests to the english version |
Размер файла | 5.11 KB |
Количество установок | 51 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2019-08-28 |
Дата публикации | 2019-08-28 |
Разработчик | http://thyngster.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |