Magnifying Glass Zoom
Press the toolbar button to see the Magnifying Glass on the current page.
Magnifying Glass Zoomคืออะไร?
Magnifying Glass Zoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย magnifglass และคุณลักษณะหลักของมันคือ "Press the toolbar button to see the Magnifying Glass on the current page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magnifying Glass Zoom
ดาวน์โหลดไฟล์ส่วนขยาย Magnifying Glass Zoom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just press Ctrl+z once and the text becomes clearly visible in front of you. Allows you to magnify text on a page with a magnifier so you can clearly read even small font with an asterisk. By clicking "Add to chrome", I accept and agree to installing “Magnifying Glass Zoom Extension" extension and setting Chrome™ default search and newtab search to that provided by the service and the Terms and Conditions and Privacy Policy. Privacy Policy https://magniglas.com/privacy.html Terms and Conditions https://magniglas.com/terms.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Magnifying Glass Zoom |
ID | jiiammldpkebebplgoejceoigdhechni |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/magnifying-glass-zoom/jiiammldpkebebplgoejceoigdhechni |
คำอธิบาย | Press the toolbar button to see the Magnifying Glass on the current page. |
ขนาดไฟล์ | 46.43 KB |
จำนวนการติดตั้ง | 2,375 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-03-15 |
วันที่เผยแพร่ | 2022-11-05 |
ผู้พัฒนา | magnifglass |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://magniglas.com/index.html |
URL หน้าช่วยเหลือ | https://magniglas.com/privacy.html |
URL หน้านโยบายความเป็นส่วนตัว | https://magniglas.com/privacy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magnifying Glass Zoom", "description": "Press the toolbar button to see the Magnifying Glass on the current page.", "manifest_version": 3, "version": "1.0.2", "action": { "default_title": "Magnifying Glass Zoom", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png" } }, "commands": { "magnify": { "description": "Magnifying Glass zoom", "suggested_key": { "default": "Ctrl+Z", "windows": "Ctrl+Z", "mac": "Command+Z", "chromeos": "Ctrl+Z", "linux": "Ctrl+Z" } } }, "background": { "service_worker": "js\/background.js" }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "permissions": [ "scripting", "storage", "activeTab", "tabs", "cookies" ], "host_permissions": [ "*:\/\/magniglas.com\/*" ] } |