Google Workspace Zoom Default - Extended

Set the default zoom of your Google Workspace application when first loading it.

Τι είναι το Google Workspace Zoom Default - Extended;

Το Google Workspace Zoom Default - Extended είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vernak2539, και η κύρια λειτουργία του είναι "Set the default zoom of your Google Workspace application when first loading it.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Workspace Zoom Default - Extended

Λήψη αρχείων επέκτασης Google Workspace Zoom Default - Extended σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Tired of having to change the zoom on your Google Workspace Applications when they first load because the text is too small? Well, this should help.

This extension will allow you to set a "default zoom" for the following Google Workspace Applications:

- Google Docs
- Google Sheets

Once you set your desired zoom level, the level of zoom will be changed whenever you load a Google Workspace Applications.

If you'd like to help me translate this for languages other than English, please reach out!!

This version includes functionality to allow for custom zoom levels. To do this the extension requires elevated permissions.

Don't worry! If you do not want to accept the elevated permissions, you can use my other extension, which allows for the use of pre-defined zoom values. It is available here (https://chrome.google.com/webstore/detail/google-workspace-zoom-def/nflkcdlimipkgbacnfnhfecjgmojhklo).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Workspace Zoom Default - Extended Google Workspace Zoom Default - Extended
ID mdgikencgfhineaememjagpkiclbdkka
Επίσημο URL https://chromewebstore.google.com/detail/google-workspace-zoom-def/mdgikencgfhineaememjagpkiclbdkka
Περιγραφή Set the default zoom of your Google Workspace application when first loading it.
Μέγεθος Αρχείου 371 KB
Αριθμός Εγκαταστάσεων 277
Τρέχουσα Έκδοση 0.6.3
Τελευταία Ενημέρωση 2023-09-15
Ημερομηνία Δημοσίευσης 2023-05-24
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής vernak2539
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,es,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.72e8bd43.png",
        "32": "icon32.plasmo.328efb7e.png",
        "48": "icon48.plasmo.1b6c20e9.png",
        "64": "icon64.plasmo.6c816b7b.png",
        "128": "icon128.plasmo.74615566.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.72e8bd43.png",
            "32": "icon32.plasmo.328efb7e.png",
            "48": "icon48.plasmo.1b6c20e9.png",
            "64": "icon64.plasmo.6c816b7b.png",
            "128": "icon128.plasmo.74615566.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.6.3",
    "author": "vernak2539",
    "name": "__MSG_extensionNameExtended__",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "debugger"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "contents.38dc6035.js"
            ],
            "css": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "http:\/\/*.google.com\/"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "resources": [
                "contents.07c5efcc.css",
                "docs.850ac7a3.svg",
                "sheets.80e64684.svg"
            ]
        }
    ]
}