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" ] } |