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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set the default zoom of your Google Workspace application when first loading it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Workspace Zoom Default एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |