Increase root font
Increases the html font size in %
Increase root fontคืออะไร?
Increase root font เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Increases the html font size in %"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Increase root font
ดาวน์โหลดไฟล์ส่วนขยาย Increase root font ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Increases the html font size in %
Will not work if website has not been styled with 'em', 'rem' or '%' ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | galdhdhefbbcamfgciajdglbpenmnhel |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel |
| คำอธิบาย | Increases the html font size in % |
| ขนาดไฟล์ | 31.6 KB |
| จำนวนการติดตั้ง | 25 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2016-07-06 |
| วันที่เผยแพร่ | 2016-07-06 |
| คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Unknown |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Increase root font"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'",
"description": "Increases the html font size in % ",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png"
},
"manifest_version": 2,
"name": "Increase root font",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1"
} | |