Page Font Bolder

Make the page font bolder

What is Page Font Bolder?

Page Font Bolder is a Chrome extension developed by xuesea, and its main feature is "Make the page font bolder".

Extension Screenshots

screenshot

Download Page Font Bolder Extension CRX File

Download Page Font Bolder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        It makes the font of page text  to bolder style after loading the whole page.                    

Extension Basic Information

Name Page Font Bolder Page Font Bolder
ID nnokmbbdobieckndjabadnfkkcliakja
Official URL https://chromewebstore.google.com/detail/page-font-bolder/nnokmbbdobieckndjabadnfkkcliakja
Description Make the page font bolder
File Size 6.76 KB
Installation Count 1,425
Current Version 1.1
Last Updated 2016-04-21
Publish Date 2016-04-20
Rating 4.00/5 Total 10 Ratings
Developer xuesea
Payment Type free
Supported Languages 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
}