HTML Attribute Value Finder
This extension finds the value of an attribute of an HTML element on the page.
Что такое HTML Attribute Value Finder?
HTML Attribute Value Finder - это расширение Chrome, разработанное Joey Albano, и его основная функция - "This extension finds the value of an attribute of an HTML element on the page.".
Скачать файл CRX расширения HTML Attribute Value Finder
Скачайте файлы расширений HTML Attribute Value Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Finds the value of HTML attributes on the current page.
Основная информация о расширении
Название | HTML Attribute Value Finder |
ID | dpibfajbckgioeeiihpjdgbhdpbdjmfi |
Официальный URL | https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi |
Описание | This extension finds the value of an attribute of an HTML element on the page. |
Размер файла | 237 KB |
Количество установок | 48 |
Текущая Версия | 2.0 |
Последнее Обновление | 2017-12-28 |
Дата публикации | 2017-12-27 |
Разработчик | Joey Albano |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML Attribute Value Finder", "description": "This extension finds the value of an attribute of an HTML element on the page.", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |