Google Developers - Always in English
Redirect Google Developers browser requests to the english version
Google Developers - Always in English क्या है?
Google Developers - Always in English http://thyngster.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect Google Developers browser requests to the english version"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Developers - Always in English एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |