GCP outdated docs checker

Check outdated documentations for GCP

What is GCP outdated docs checker?

GCP outdated docs checker is a Chrome extension developed by Yuki Furuyama, and its main feature is "Check outdated documentations for GCP".

Extension Screenshots

screenshot

Download GCP outdated docs checker Extension CRX File

Download GCP outdated docs checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension alerts you when you're reading an outdated translated document and there exists a newer document in English.                    

Extension Basic Information

Name GCP outdated docs checker GCP outdated docs checker
ID pmiiahfejcjiilbfmagplnchilclgdgh
Official URL https://chromewebstore.google.com/detail/gcp-outdated-docs-checker/pmiiahfejcjiilbfmagplnchilclgdgh
Description Check outdated documentations for GCP
File Size 21.97 KB
Installation Count 357
Current Version 1.1
Last Updated 2018-07-05
Publish Date 2018-07-04
Rating 4.80/5 Total 5 Ratings
Developer Yuki Furuyama
Email [email protected]
Payment Type free
Extension Website https://github.com/addsict/gcp-outdated-docs-checker
Supported Languages 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": []
}