HTML Attribute Value Finder
This extension finds the value of an attribute of an HTML element on the page.
¿Qué es HTML Attribute Value Finder?
HTML Attribute Value Finder es una extensión de Chrome desarrollada por Joey Albano, y su función principal es "This extension finds the value of an attribute of an HTML element on the page.".
Descargar Archivo CRX de la Extensión HTML Attribute Value Finder
Descarga archivos de extensión HTML Attribute Value Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Finds the value of HTML attributes on the current page.
Información Básica de la Extensión
Nombre | HTML Attribute Value Finder |
ID | dpibfajbckgioeeiihpjdgbhdpbdjmfi |
URL Oficial | https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi |
Descripción | This extension finds the value of an attribute of an HTML element on the page. |
Tamaño del Archivo | 237 KB |
Cantidad de Instalaciones | 48 |
Versión Actual | 2.0 |
Última Actualización | 2017-12-28 |
Fecha de Publicación | 2017-12-27 |
Desarrollador | Joey Albano |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |