Closure Tools DevTools
DevTools for Google Closure Tools
Что такое Closure Tools DevTools?
Closure Tools DevTools - это расширение Chrome, разработанное mugi_uno, и его основная функция - "DevTools for Google Closure Tools".
Снимки экрана расширения
Скачать файл CRX расширения Closure Tools DevTools
Скачайте файлы расширений 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": [
                "  |  |