What Font
The easiest way to check fonts on web pages
What Fontとは何ですか?
What Fontはtomxuxuによって開発されたChromeの拡張機能で、その主な機能は「The easiest way to check fonts on web pages」です。
拡張機能のスクリーンショット
What Font拡張機能のCRXファイルをダウンロード
What Font拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
字体探测可以非常快速的识别网站所用的字体,只需把鼠标放在需要识别的字体上,就可以显示出该处字的详细信息 拡張機能の基本情報
| 名前 | |
| ID | ofjeanmickkjincopmpbfkciiookidha |
| 公式URL | https://chromewebstore.google.com/detail/what-font/ofjeanmickkjincopmpbfkciiookidha |
| 説明 | The easiest way to check fonts on web pages |
| ファイルサイズ | 111 KB |
| インストール数 | 1,449 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2021-07-13 |
| 公開日 | 2021-06-28 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | tomxuxu |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://pictureknow.com/protocol |
| 対応言語 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_name__",
"version": "2.0.0",
"description": "__MSG_desc__",
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/init.js",
"js\/font_content.js",
"js\/jquery.min.js"
],
"css": [
"css\/font_content.css"
]
}
],
"background": {
"scripts": [
"js\/init.js",
"js\/background.js"
]
},
"browser_action": {
"default_icon": "img\/icon128.png",
"default_title": "__MSG_name__"
},
"permissions": [
"proxy",
"webRequest",
"storage",
" | |