HTML Visual Validation
HTML Visual Validation gives you information about the html elements, live, on page.
什麼是HTML Visual Validation?
HTML Visual Validation是由btisseo開發的Chrome擴展程式,該擴展的主要功能是“HTML Visual Validation gives you information about the html elements, live, on page.”。
擴展截圖
下載HTML Visual Validation擴展crx文件
下載HTML Visual Validation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It makes easy to inspect the structure of a page with no need to open the browser console. Just select the type of html tag to outline, on page, and to display a label with basic info. Some features are: - List the most common html tags - Get info about the tittle and description tags - Display tags id and class attributes - extra info: “alt” attribute value - extra info: tells you if it’s an internal or external link, or a javascript call, and if the “target” attribute is set - Mouse over a tag label to bring it to front *** NEW FEATURES *** - Tag selector is now sensitive to tags available on the page - New "DOM Tree" panel, wich can be used with the tag selector - Click on the tag in the DOM Tree to scroll to the element on the page
擴展基本資訊
名稱 | HTML Visual Validation |
ID | hicjdabjhdmaaabgackleegipabmeack |
官方網址 | https://chromewebstore.google.com/detail/html-visual-validation/hicjdabjhdmaaabgackleegipabmeack |
簡介 | HTML Visual Validation gives you information about the html elements, live, on page. |
檔案大小 | 54.54 KB |
安裝次數 | 3,476 |
目前版本 | 0.3.0 |
更新時間 | 2021-11-03 |
上架時間 | 2018-09-25 |
評分 | 4.29/5 共 7 次評分 |
開發者 | btisseo |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTML Visual Validation", "description": "HTML Visual Validation gives you information about the html elements, live, on page.", "version": "0.3.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |