GCP outdated docs checker
Check outdated documentations for GCP
Cos'è GCP outdated docs checker?
GCP outdated docs checker è un'estensione di Chrome sviluppata da Yuki Furuyama, e la sua funzione principale è "Check outdated documentations for GCP".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GCP outdated docs checker
Scarica i file di estensione GCP outdated docs checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension alerts you when you're reading an outdated translated document and there exists a newer document in English.
Informazioni di Base sull'Estensione
Nome | GCP outdated docs checker |
ID | pmiiahfejcjiilbfmagplnchilclgdgh |
URL Ufficiale | https://chromewebstore.google.com/detail/gcp-outdated-docs-checker/pmiiahfejcjiilbfmagplnchilclgdgh |
Descrizione | Check outdated documentations for GCP |
Dimensione del File | 21.97 KB |
Conteggio Installazioni | 357 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-07-05 |
Data di Pubblicazione | 2018-07-04 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | Yuki Furuyama |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/addsict/gcp-outdated-docs-checker |
Lingue Supportate | 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": [] } |