GCP outdated docs checker
Check outdated documentations for GCP
Wat is GCP outdated docs checker?
GCP outdated docs checker is een Chrome-extensie ontwikkeld door Yuki Furuyama, en de belangrijkste functie is "Check outdated documentations for GCP".
Extensie Screenshots
Download het CRX-bestand van de extensie GCP outdated docs checker
Download GCP outdated docs checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension alerts you when you're reading an outdated translated document and there exists a newer document in English.
Basisinformatie over de Extensie
Naam | GCP outdated docs checker |
ID | pmiiahfejcjiilbfmagplnchilclgdgh |
Officiële URL | https://chromewebstore.google.com/detail/gcp-outdated-docs-checker/pmiiahfejcjiilbfmagplnchilclgdgh |
Beschrijving | Check outdated documentations for GCP |
Bestandsgrootte | 21.97 KB |
Aantal Installaties | 357 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-07-05 |
Publicatiedatum | 2018-07-04 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Yuki Furuyama |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/addsict/gcp-outdated-docs-checker |
Ondersteunde Talen | 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": [] } |