Simple Ruler
Measure it!
什麼是Simple Ruler?
Simple Ruler是由punxnot開發的Chrome擴展程式,該擴展的主要功能是“Measure it!”。
擴展截圖
下載Simple Ruler擴展crx文件
下載Simple Ruler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This simple and easy to use tool allows you to measure elements on the web page. Click to start selection, click again to complete it. See the width and height of the area you selected. You can change the color of background and selection in the Options tab.
擴展基本資訊
名稱 | Simple Ruler |
ID | akmainiinlejjdanmfhkhfkekfolhdai |
官方網址 | https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai |
簡介 | Measure it! |
檔案大小 | 26.08 KB |
安裝次數 | 12,626 |
目前版本 | 0.0.2 |
更新時間 | 2021-12-29 |
上架時間 | 2018-12-26 |
評分 | 3.13/5 共 16 次評分 |
開發者 | punxnot |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Ruler", "version": "0.0.2", "manifest_version": 2, "description": "Measure it!", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Simple Ruler" }, "permissions": [ "activeTab", "storage" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html" } |