EZ Zoom

Press + - * can zoom just like Opera browser.

EZ Zoomคืออะไร?

EZ Zoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shinychang.net และคุณลักษณะหลักของมันคือ "Press + - * can zoom just like Opera browser."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EZ Zoom

ดาวน์โหลดไฟล์ส่วนขยาย EZ Zoom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        EZ Zoom is a simple Google Chrom add-on that allows you to zoom in pages using the + - * buttons, just like in Opera. EZ Zoom also provides a toolbar popup.

+: zoom in
-: zoom out
*: reset

"EZ Zoom" has been tested in the Softpedia labs using several industry-leading security solutions and found to be completely clean of adware/spyware components.
http://mac.softpedia.com/progClean/EZ-Zoom-Clean-121550.html

Update note:
v1.8.3: Bypass zoom when hold shift key
v1.8.2: Support GMail context
v1.8.1: enlarge zoom button
v1.8.0: domain zoom level works fine right now.
v1.7.1: Bug fixed and support multi-language(en, zh_TW)
v1.7.0: System parameter auto sync by google storage api
v1.6.6: Can set default zoom level right now.
v1.6.5: Context menu will not be created if it is disabled.
v1.6.4: Can work fine with file:///
v1.6.3: Can change the value of zoom parameter now.
v1.6.2: Custom context menu enable / disable.

If you have any problems or suggests, please visit 
https://github.com/ShinyChang/EZ-ZOOM or
https://chrome.google.com/webstore/support/pgjddfakmeeljhjhnhgakblggcfkmima
and make a new issue.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EZ Zoom EZ Zoom
ID pgjddfakmeeljhjhnhgakblggcfkmima
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ez-zoom/pgjddfakmeeljhjhnhgakblggcfkmima
คำอธิบาย Press + - * can zoom just like Opera browser.
ขนาดไฟล์ 117 KB
จำนวนการติดตั้ง 4,192
เวอร์ชันปัจจุบัน 1.8.3
อัปเดตครั้งล่าสุด 2014-06-03
วันที่เผยแพร่ 2014-06-03
คะแนน 3.69/5 รวมทั้งหมด 62 คะแนน
ผู้พัฒนา https://shinychang.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://shinychang.net
URL หน้าช่วยเหลือ http://shinychang.net
ภาษาที่รองรับ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EZ Zoom",
    "version": "1.8.3",
    "default_locale": "en",
    "manifest_version": 2,
    "description": "Press + - * can zoom just like Opera browser.",
    "icons": {
        "128": "img\/icon.png",
        "48": "img\/icon.png",
        "16": "img\/icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "minimum_chrome_version": "20",
    "options_page": "option.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "",
        "unlimitedStorage"
    ]
}