MeasureIt!
MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.
什麼是MeasureIt!?
MeasureIt!是由Online Apps開發的Chrome擴展程式,該擴展的主要功能是“MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.”。
擴展截圖
下載MeasureIt!擴展crx文件
下載MeasureIt!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
MeasureIt shows positioning and dimensions in pixel points. You can measure height and width of elements on web page. HOW IT WORKS • Click to the icon of app on the current web page. • Draw ruler page and shows width, height, positioning of element. • Click the icon again to exit the measurement.
擴展基本資訊
名稱 | MeasureIt! |
ID | keoagpbljgpdoldcmfpgicnpijmfompi |
官方網址 | https://chromewebstore.google.com/detail/measureit/keoagpbljgpdoldcmfpgicnpijmfompi |
簡介 | MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels. |
檔案大小 | 103 KB |
安裝次數 | 12,336 |
目前版本 | 1.2.4 |
更新時間 | 2022-10-05 |
上架時間 | 2020-06-13 |
評分 | 1.97/5 共 37 次評分 |
開發者 | Online Apps |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery.min.js", "backgroundMeasureIt.js" ] }, "browser_action": { "default_icon": "off.png", "default_title": "MeasureIt" }, "content_scripts": [ { "all_frames": false, "css": [ "styleMeasureIt.css" ], "js": [ "measureIt.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.", "manifest_version": 2, "name": "MeasureIt!", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.2.4", "icons": { "48": "ico_48.png", "128": "ico_128.png" } } |