Auto Zoom from Width

Zoom to fit the screen width.

什麼是Auto Zoom from Width?

Auto Zoom from Width是由developer.waieight.開發的Chrome擴展程式,該擴展的主要功能是“Zoom to fit the screen width.”。

擴展截圖

screenshot

下載Auto Zoom from Width擴展crx文件

下載Auto Zoom from Width擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}