GCP outdated docs checker
Check outdated documentations for GCP
Co to jest GCP outdated docs checker?
GCP outdated docs checker to rozszerzenie Chrome opracowane przez Yuki Furuyama, a jego główną funkcją jest „Check outdated documentations for GCP”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GCP outdated docs checker
Pobierz pliki rozszerzeń GCP outdated docs checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension alerts you when you're reading an outdated translated document and there exists a newer document in English.
Podstawowe informacje o rozszerzeniu
Nazwa | GCP outdated docs checker |
ID | pmiiahfejcjiilbfmagplnchilclgdgh |
Oficjalny URL | https://chromewebstore.google.com/detail/gcp-outdated-docs-checker/pmiiahfejcjiilbfmagplnchilclgdgh |
Opis | Check outdated documentations for GCP |
Rozmiar pliku | 21.97 KB |
Liczba instalacji | 357 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2018-07-05 |
Data Publikacji | 2018-07-04 |
Ocena | 4.80/5 Łącznie 5 Oceny |
Deweloper | Yuki Furuyama |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/addsict/gcp-outdated-docs-checker |
Obsługiwane Języki | 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": [] } |