Zoom Fit Google Documents
This extension automatically zoom fits any opened Google document.
Co to jest Zoom Fit Google Documents?
Zoom Fit Google Documents to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension automatically zoom fits any opened Google document.”.
Pobierz plik CRX rozszerzenia Zoom Fit Google Documents
Pobierz pliki rozszerzeń Zoom Fit Google Documents w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Zoom Fit Google Documents |
ID | kmlpcppfjdeglaelfnnapihcgmnajlbg |
Oficjalny URL | https://chromewebstore.google.com/detail/zoom-fit-google-documents/kmlpcppfjdeglaelfnnapihcgmnajlbg |
Opis | This extension automatically zoom fits any opened Google document. |
Rozmiar pliku | 48.72 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-12-05 |
Data Publikacji | 2017-12-05 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/glaza/ZoomFitGoogleDocs |
Obsługiwane Języki | 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" ] } ] } |