Zoom Fit Google Documents
This extension automatically zoom fits any opened Google document.
Was ist Zoom Fit Google Documents?
Zoom Fit Google Documents ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension automatically zoom fits any opened Google document.".
Zoom Fit Google Documents-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zoom Fit Google Documents-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Zoom Fit Google Documents |
ID | kmlpcppfjdeglaelfnnapihcgmnajlbg |
Offizielle URL | https://chromewebstore.google.com/detail/zoom-fit-google-documents/kmlpcppfjdeglaelfnnapihcgmnajlbg |
Beschreibung | This extension automatically zoom fits any opened Google document. |
Dateigröße | 48.72 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-12-05 |
Veröffentlichungsdatum | 2017-12-05 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/glaza/ZoomFitGoogleDocs |
Unterstützte Sprachen | 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" ] } ] } |