Closure Tools DevTools
DevTools for Google Closure Tools
什么是Closure Tools DevTools?
Closure Tools DevTools是由mugi_uno开发的Chrome扩展程序,该扩展的主要功能是“DevTools for Google Closure Tools”。
扩展截图
下载Closure Tools DevTools扩展crx文件
下载Closure Tools DevTools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Chrome extension for debugging Google Closure Tools applications.
This extension provides the following functions.
- Check the correspondence between components inheriting from "goog.ui.Component" and screen elements.
- Tracing the execution of a "dispatchEvent" in a class that inherits from "goog.events.EventTarget".
Before you can start using it, you need to prepare it in your application code.
Please refer to the README in the following repository.
https://github.com/mugi-uno/closure-tools-devtools                     扩展基本信息
| 名称 |   |  
| ID | ccppdkklnjdncedigaakkicpncehojbp | 
| 官方URL | https://chromewebstore.google.com/detail/closure-tools-devtools/ccppdkklnjdncedigaakkicpncehojbp | 
| 简介 | DevTools for Google Closure Tools | 
| 文件大小 | 108 KB | 
| 安装次数 | 77 | 
| 当前版本 | 2.0 | 
| 更新时间 | 2022-08-31 | 
| 上架时间 | 2021-07-09 | 
| 开发者 | mugi_uno | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/mugi-uno/closure-tools-devtools | 
| 帮助页面URL | https://github.com/mugi-uno/closure-tools-devtools | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Closure Tools DevTools",
    "description": "DevTools for Google Closure Tools",
    "version": "2.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "devtools_page": "devtools.html",
    "permissions": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "  |  |