Domkit
Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements.
什麼是Domkit?
Domkit是由nickolasburr開發的Chrome擴展程式,該擴展的主要功能是“Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements.”。
擴展截圖
下載Domkit擴展crx文件
下載Domkit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Domkit is a Chrome extension for analyzing the CSS box model of HTML elements. If you need to know the computed width or height of an element, toggle on Domkit and it will provide a large box shadow around the element, essentially raising it above the other elements and giving you the dimensions. Additionally, Domkit also provides information on what type of element you're viewing so that you can easily know whether you're viewing the element you want or not. Enjoy Domkit and please submit any feedback!
擴展基本資訊
名稱 | Domkit |
ID | cdeocdbeomkaegbihhleiikgkkmacgek |
官方網址 | https://chromewebstore.google.com/detail/domkit/cdeocdbeomkaegbihhleiikgkkmacgek |
簡介 | Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements. |
檔案大小 | 121 KB |
安裝次數 | 920 |
目前版本 | 2.1.6 |
更新時間 | 2017-07-22 |
上架時間 | 2017-07-22 |
評分 | 4.33/5 共 3 次評分 |
開發者 | nickolasburr |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Domkit", "short_name": "DMKT", "version": "2.1.6", "description": "Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements.", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/orange-box-48x48.png" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ " |