Page Font Bolder
Make the page font bolder
什么是Page Font Bolder?
Page Font Bolder是由xuesea开发的Chrome扩展程序,该扩展的主要功能是“Make the page font bolder”。
扩展截图
下载Page Font Bolder扩展crx文件
下载Page Font Bolder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It makes the font of page text to bolder style after loading the whole page.
扩展基本信息
名称 | Page Font Bolder |
ID | nnokmbbdobieckndjabadnfkkcliakja |
官方URL | https://chromewebstore.google.com/detail/page-font-bolder/nnokmbbdobieckndjabadnfkkcliakja |
简介 | Make the page font bolder |
文件大小 | 6.76 KB |
安装次数 | 1,425 |
当前版本 | 1.1 |
更新时间 | 2016-04-21 |
上架时间 | 2016-04-20 |
评分 | 4.00/5 共10次评分 |
开发者 | xuesea |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Font Bolder", "description": "Make the page font bolder", "version": "1.1", "permissions": [ "webNavigation", "*:\/\/*\/*" ], "background": { "scripts": [ "bolder.js" ], "persistent": false }, "browser_action": { "default_title": "Make font bolder", "default_icon": "icon.png" }, "manifest_version": 2 } |