Zoom Fit Google Documents

This extension automatically zoom fits any opened Google document.

Co je Zoom Fit Google Documents?

Zoom Fit Google Documents je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension automatically zoom fits any opened Google document.“.

Stáhnout soubor CRX rozšíření Zoom Fit Google Documents

Stáhněte si soubory rozšíření Zoom Fit Google Documents ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Zoom Fit Google Documents Zoom Fit Google Documents
ID kmlpcppfjdeglaelfnnapihcgmnajlbg
Oficiální URL https://chromewebstore.google.com/detail/zoom-fit-google-documents/kmlpcppfjdeglaelfnnapihcgmnajlbg
Popis This extension automatically zoom fits any opened Google document.
Velikost souboru 48.72 KB
Počet instalací 20
Aktuální Verze 1.1
Poslední Aktualizace 2017-12-05
Datum Vydání 2017-12-05
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Unknown
Typ Platby free
Webové stránky Rozšíření https://github.com/glaza/ZoomFitGoogleDocs
Podporované Jazyky 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"
            ]
        }
    ]
}