Zoom Fit Google Documents

This extension automatically zoom fits any opened Google document.

Qu'est-ce que Zoom Fit Google Documents ?

Zoom Fit Google Documents est une extension Chrome développée par Unknown, et sa fonction principale est "This extension automatically zoom fits any opened Google document.".

Télécharger le fichier CRX de l'extension Zoom Fit Google Documents

Téléchargez les fichiers d'extension Zoom Fit Google Documents au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Zoom Fit Google Documents Zoom Fit Google Documents
ID kmlpcppfjdeglaelfnnapihcgmnajlbg
URL Officiel https://chromewebstore.google.com/detail/zoom-fit-google-documents/kmlpcppfjdeglaelfnnapihcgmnajlbg
Description This extension automatically zoom fits any opened Google document.
Taille du Fichier 48.72 KB
Nombre d'Installations 20
Version Actuelle 1.1
Dernière Mise à Jour 2017-12-05
Date de Publication 2017-12-05
Évaluation 5.00/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/glaza/ZoomFitGoogleDocs
Langues Prises en Charge 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"
            ]
        }
    ]
}