Typography Inspector
Typography Inspector analyses the typography on your site and helps you improve it.
什么是Typography Inspector?
Typography Inspector是由Bram Stein开发的Chrome扩展程序,该扩展的主要功能是“Typography Inspector analyses the typography on your site and helps you improve it.”。
扩展截图
下载Typography Inspector扩展crx文件
下载Typography Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use Typography Inspector to show how close your line width and line height are to the recommended setting for an average paragraph. It can also show you the typographic color of your text elements.
扩展基本信息
名称 | Typography Inspector |
ID | mbbnlbimlnfachlfnjnolpehiimhbjjm |
官方URL | https://chromewebstore.google.com/detail/typography-inspector/mbbnlbimlnfachlfnjnolpehiimhbjjm |
简介 | Typography Inspector analyses the typography on your site and helps you improve it. |
文件大小 | 111 KB |
安装次数 | 2,162 |
当前版本 | 1.0.1 |
更新时间 | 2017-04-03 |
上架时间 | 2017-04-03 |
评分 | 4.00/5 共4次评分 |
开发者 | Bram Stein |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Typography Inspector", "description": "Typography Inspector analyses the typography on your site and helps you improve it.", "manifest_version": 2, "version": "1.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Analyse this typography on this page", "default_popup": "popup.html" }, "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" } } |