Page Font Bolder

Make the page font bolder

Page Font Bolderとは何ですか?

Page Font Bolderはxueseaによって開発されたChromeの拡張機能で、その主な機能は「Make the page font bolder」です。

拡張機能のスクリーンショット

screenshot

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 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
}