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によって開発されたChromeの拡張機能で、その主な機能は「Redirect Google Developers browser requests to the english version」です。
拡張機能のスクリーンショット
Google Developers - Always in English拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |