Auto Zoom from Width

Zoom to fit the screen width.

What is Auto Zoom from Width?

Auto Zoom from Width is a Chrome extension developed by developer.waieight., and its main feature is "Zoom to fit the screen width.".

Extension Screenshots

screenshot

Download Auto Zoom from Width Extension CRX File

Download Auto Zoom from Width extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Auto Zoom from Width Auto Zoom from Width
ID ehabnkadhfjkadoibcmghbjjfiglkedn
Official URL https://chromewebstore.google.com/detail/auto-zoom-from-width/ehabnkadhfjkadoibcmghbjjfiglkedn
Description Zoom to fit the screen width.
File Size 11.22 KB
Installation Count 138
Current Version 0.0.0.239
Last Updated 2023-12-24
Publish Date 2020-07-03
Rating 5.00/5 Total 1 Ratings
Developer developer.waieight.
Email [email protected]
Payment Type free
Extension Website https://waieight.hatenablog.jp/
Privacy Policy Page URL https://waieight.hatenablog.jp/entry/2021/03/23/180238
Supported Languages 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"
    }
}