Larger texts
With one click on the button the font size on the current page will be increase.
Larger textsคืออะไร?
Larger texts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.prelude-prod.fr และคุณลักษณะหลักของมันคือ "With one click on the button the font size on the current page will be increase."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Larger texts
ดาวน์โหลดไฟล์ส่วนขยาย Larger texts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Permet d'augmenter la taille des textes d'une page web d'un simple clic.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dbnpmjohkibkjojnlcpeindngonmlfci |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/augmenter-les-textes/dbnpmjohkibkjojnlcpeindngonmlfci |
คำอธิบาย | With one click on the button the font size on the current page will be increase. |
ขนาดไฟล์ | 50.73 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 1.0.0.3 |
อัปเดตครั้งล่าสุด | 2015-05-31 |
วันที่เผยแพร่ | 2015-05-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://www.prelude-prod.fr |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.prelude-prod.fr/2015/05/projet-extension-chrome/ |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_browsertitle__" }, "default_locale": "fr", "description": "__MSG_description__", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 2, "name": "__MSG_name__", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.0.3" } |