Zoom Fit Google Documents

This extension automatically zoom fits any opened Google document.

What is Zoom Fit Google Documents?

Zoom Fit Google Documents is a Chrome extension developed by Unknown, and its main feature is "This extension automatically zoom fits any opened Google document.".

Download Zoom Fit Google Documents Extension CRX File

Download Zoom Fit Google Documents extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Zoom Fit Google Documents Zoom Fit Google Documents
ID kmlpcppfjdeglaelfnnapihcgmnajlbg
Official URL https://chromewebstore.google.com/detail/zoom-fit-google-documents/kmlpcppfjdeglaelfnnapihcgmnajlbg
Description This extension automatically zoom fits any opened Google document.
File Size 48.72 KB
Installation Count 20
Current Version 1.1
Last Updated 2017-12-05
Publish Date 2017-12-05
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/glaza/ZoomFitGoogleDocs
Supported Languages 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"
            ]
        }
    ]
}