Page Font Bolder

Make the page font bolder

Page Font Bolderคืออะไร?

Page Font Bolder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xuesea และคุณลักษณะหลักของมันคือ "Make the page font bolder"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page Font Bolder

ดาวน์โหลดไฟล์ส่วนขยาย 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
}