Google Workspace Zoom Default

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

Google Workspace Zoom Default란 무엇입니까?

Google Workspace Zoom Default은(는) vernak2539에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set the default zoom of your Google Workspace application when first loading it."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Google Workspace Zoom Default 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!!

If you'd like to use your own custom zoom values, please checkout my other extension (https://chrome.google.com/webstore/detail/google-workspace-zoom-def/mdgikencgfhineaememjagpkiclbdkka).                    

확장 프로그램 기본 정보

이름 Google Workspace Zoom Default Google Workspace Zoom Default
ID nflkcdlimipkgbacnfnhfecjgmojhklo
공식 URL https://chromewebstore.google.com/detail/google-workspace-zoom-def/nflkcdlimipkgbacnfnhfecjgmojhklo
설명 Set the default zoom of your Google Workspace application when first loading it.
파일 크기 368 KB
설치 횟수 1,617
현재 버전 0.6.3
최근 업데이트 2023-09-17
출시 날짜 2023-01-27
평점 4.95/5 총 22 개의 평점
개발자 vernak2539
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/vernak2539/chrome-extension-google-doc-default-zoom/issues
지원되는 언어 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_extensionName__",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage"
    ],
    "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"
            ]
        }
    ]
}