Zoom Fit Google Documents
This extension automatically zoom fits any opened Google document.
Wat is Zoom Fit Google Documents?
Zoom Fit Google Documents is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension automatically zoom fits any opened Google document.".
Download het CRX-bestand van de extensie Zoom Fit Google Documents
Download Zoom Fit Google Documents-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | kmlpcppfjdeglaelfnnapihcgmnajlbg |
| Officiële URL | https://chromewebstore.google.com/detail/zoom-fit-google-documents/kmlpcppfjdeglaelfnnapihcgmnajlbg |
| Beschrijving | This extension automatically zoom fits any opened Google document. |
| Bestandsgrootte | 48.72 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2017-12-05 |
| Publicatiedatum | 2017-12-05 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/glaza/ZoomFitGoogleDocs |
| Ondersteunde Talen | 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"
]
}
]
} | |