HTML Attribute Value Finder
This extension finds the value of an attribute of an HTML element on the page.
Apa itu HTML Attribute Value Finder?
HTML Attribute Value Finder adalah ekstensi Chrome yang dikembangkan oleh Joey Albano, dan fitur utamanya adalah "This extension finds the value of an attribute of an HTML element on the page.".
Unduh Berkas CRX Ekstensi HTML Attribute Value Finder
Unduh file ekstensi HTML Attribute Value Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Finds the value of HTML attributes on the current page.
Informasi Dasar Ekstensi
Nama | HTML Attribute Value Finder |
ID | dpibfajbckgioeeiihpjdgbhdpbdjmfi |
URL Resmi | https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi |
Deskripsi | This extension finds the value of an attribute of an HTML element on the page. |
Ukuran File | 237 KB |
Jumlah Instalasi | 48 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2017-12-28 |
Tanggal Publikasi | 2017-12-27 |
Pengembang | Joey Albano |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |