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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [] } |