Font Overwrite
Overwrites fonts of web-sites.
什么是Font Overwrite?
Font Overwrite是由minostar开发的Chrome扩展程序,该扩展的主要功能是“Overwrites fonts of web-sites.”。
扩展截图
下载Font Overwrite扩展crx文件
下载Font Overwrite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you dislike specific font, use this. (ex. Gulim, Comic Sans)
扩展基本信息
名称 | Font Overwrite |
ID | efnhmidkajhnpdgfdpfnioiibmdjnkmn |
官方URL | https://chromewebstore.google.com/detail/font-overwrite/efnhmidkajhnpdgfdpfnioiibmdjnkmn |
简介 | Overwrites fonts of web-sites. |
文件大小 | 47.6 KB |
安装次数 | 605 |
当前版本 | 0.0.2 |
更新时间 | 2017-10-14 |
上架时间 | 2017-10-14 |
评分 | 4.33/5 共27次评分 |
开发者 | minostar |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Font Overwrite", "description": "Overwrites fonts of web-sites.", "version": "0.0.2", "permissions": [ "storage" ], "options_page": "options.html", "browser_action": { "default_popup": "options.html" }, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "run_at": "document_start", "all_frames": true } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |