ruler
Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.
什麼是ruler?
ruler是由Ian Remmel開發的Chrome擴展程式,該擴展的主要功能是“Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.”。
擴展截圖
下載ruler擴展crx文件
下載ruler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.
擴展基本資訊
名稱 | ![]() |
ID | cnpednncpilbojdmhpjhoakknbboanln |
官方網址 | https://chrome.google.com/webstore/detail/ruler/cnpednncpilbojdmhpjhoakknbboanln |
簡介 | Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware. |
檔案大小 | 38.42 KB |
安裝次數 | 573 |
目前版本 | 2.0.3 |
更新時間 | 2019-04-01 |
上架時間 | 2019-04-01 |
評分 | 3.00/5 共 2 次評分 |
開發者 | Ian Remmel |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.0.3", "description": "__MSG_appDescription__", "author": "Ian Remmel", "default_locale": "en", "permissions": [ "activeTab" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "ruler" }, "manifest_version": 2 } |