GCP outdated docs checker
Check outdated documentations for GCP
GCP outdated docs checkerคืออะไร?
GCP outdated docs checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yuki Furuyama และคุณลักษณะหลักของมันคือ "Check outdated documentations for GCP"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GCP outdated docs checker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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": [] } |