Google Developers - Always in English
Redirect Google Developers browser requests to the english version
Google Developers - Always in English là gì?
Google Developers - Always in English là một tiện ích mở rộng Chrome được phát triển bởi http://thyngster.com, và tính năng chính của nó là "Redirect Google Developers browser requests to the english version".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Developers - Always in English
Tải xuống các tệp mở rộng Google Developers - Always in English dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | adefilgncmjmpcifkgolbocioahoimcc |
URL Chính Thức | https://chrome.google.com/webstore/detail/google-developers-always/adefilgncmjmpcifkgolbocioahoimcc |
Mô tả | Redirect Google Developers browser requests to the english version |
Kích Thước Tệp | 5.11 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-08-28 |
Ngày Phát Hành | 2019-08-28 |
Nhà Phát Triển | http://thyngster.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |