GCP outdated docs checker
Check outdated documentations for GCP
GCP outdated docs checkerとは何ですか?
GCP outdated docs checkerはYuki Furuyamaによって開発されたChromeの拡張機能で、その主な機能は「Check outdated documentations for GCP」です。
拡張機能のスクリーンショット
GCP outdated docs checker拡張機能のCRXファイルをダウンロード
GCP outdated docs checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension alerts you when you're reading an outdated translated document and there exists a newer document in English.
拡張機能の基本情報
名前 | GCP outdated docs checker |
ID | pmiiahfejcjiilbfmagplnchilclgdgh |
公式URL | https://chromewebstore.google.com/detail/gcp-outdated-docs-checker/pmiiahfejcjiilbfmagplnchilclgdgh |
説明 | Check outdated documentations for GCP |
ファイルサイズ | 21.97 KB |
インストール数 | 357 |
現在のバージョン | 1.1 |
最終更新日 | 2018-07-05 |
公開日 | 2018-07-04 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | Yuki Furuyama |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/addsict/gcp-outdated-docs-checker |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GCP outdated docs checker", "description": "Check outdated documentations for GCP", "author": "Yuki Furuyama", "version": "1.1", "icons": { "16": "icon\/icon_16x16.png", "48": "icon\/icon_48x48.png", "128": "icon\/icon_128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/cloud.google.com\/*", "https:\/\/firebase.google.com\/*" ], "js": [ "main.js" ] } ], "permissions": [] } |