IdentiFont
This extension displays the font of an html element on hover.
什么是IdentiFont?
IdentiFont是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension displays the font of an html element on hover.”。
扩展截图
下载IdentiFont扩展crx文件
下载IdentiFont扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
IdentiFont helps you identify the font-faces used across the web. Simply turn on the extension, and hover over almost any block of text to see a popup containing the name of the font used. Remember to restart your browser after installing.
扩展基本信息
名称 | IdentiFont |
ID | nmmdmcgnpdhlhcaaklfkhiemkkiecpca |
官方URL | https://chromewebstore.google.com/detail/identifont/nmmdmcgnpdhlhcaaklfkhiemkkiecpca |
简介 | This extension displays the font of an html element on hover. |
文件大小 | 2.68 MB |
安装次数 | 734 |
当前版本 | 1.2 |
更新时间 | 2016-09-24 |
上架时间 | 2016-09-24 |
评分 | 4.00/5 共4次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IdentiFont", "description": "This extension displays the font of an html element on hover.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "core.css" ], "js": [ "core.js" ], "all_frames": true } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": ".\/images\/logo.png" } } |