Auto Zoom from Width

Zoom to fit the screen width.

Auto Zoom from Width क्या है?

Auto Zoom from Width developer.waieight. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zoom to fit the screen width."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Zoom from Width एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        How to operate
・Click the icon on the toolbar to switch ON/OFF.

Caution
・Zooming may not work well depending on the page structure.                    

एक्सटेंशन की मूल जानकारी

नाम Auto Zoom from Width Auto Zoom from Width
ID ehabnkadhfjkadoibcmghbjjfiglkedn
आधिकारिक URL https://chromewebstore.google.com/detail/auto-zoom-from-width/ehabnkadhfjkadoibcmghbjjfiglkedn
विवरण Zoom to fit the screen width.
फ़ाइल का आकार 11.22 KB
स्थापना संख्या 138
वर्तमान संस्करण 0.0.0.239
अंतिम अपडेट 2023-12-24
प्रकाशन तिथि 2020-07-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर developer.waieight.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://waieight.hatenablog.jp/
गोपनीयता नीति पृष्ठ URL https://waieight.hatenablog.jp/entry/2021/03/23/180238
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Zoom from Width",
    "version": "7.0.0.239",
    "version_name": "0.0.0.239",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/zoom.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ],
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_128.png"
        },
        "default_title": "Auto Zoom from Width"
    }
}