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 |
官方網址 | 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" } } |