Zoom Fit Google Documents

This extension automatically zoom fits any opened Google document.

Zoom Fit Google Documentsคืออะไร?

Zoom Fit Google Documents เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension automatically zoom fits any opened Google document."

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

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

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

                                            

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

ชื่อ Zoom Fit Google Documents Zoom Fit Google Documents
ID kmlpcppfjdeglaelfnnapihcgmnajlbg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zoom-fit-google-documents/kmlpcppfjdeglaelfnnapihcgmnajlbg
คำอธิบาย This extension automatically zoom fits any opened Google document.
ขนาดไฟล์ 48.72 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-12-05
วันที่เผยแพร่ 2017-12-05
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/glaza/ZoomFitGoogleDocs
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zoom Fit Google Documents",
    "description": "This extension automatically zoom fits any opened Google document.",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/docs.google.com\/document\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "jquery.js",
                "jquery.simulate.js",
                "zoomfit.js"
            ]
        }
    ]
}