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 | 
| 官方網址 | 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": [
                "  |  |