GCP outdated docs checker

Check outdated documentations for GCP

什么是GCP outdated docs checker?

GCP outdated docs checker是由Yuki Furuyama开发的Chrome扩展程序,该扩展的主要功能是“Check outdated documentations for GCP”。

扩展截图

screenshot

下载GCP outdated docs checker扩展crx文件

下载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 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": []
}