Auto Zoom from Width

Zoom to fit the screen width.

Qu'est-ce que Auto Zoom from Width ?

Auto Zoom from Width est une extension Chrome développée par developer.waieight., et sa fonction principale est "Zoom to fit the screen width.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto Zoom from Width

Téléchargez les fichiers d'extension Auto Zoom from Width au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Auto Zoom from Width Auto Zoom from Width
ID ehabnkadhfjkadoibcmghbjjfiglkedn
URL Officiel https://chromewebstore.google.com/detail/auto-zoom-from-width/ehabnkadhfjkadoibcmghbjjfiglkedn
Description Zoom to fit the screen width.
Taille du Fichier 11.22 KB
Nombre d'Installations 138
Version Actuelle 0.0.0.239
Dernière Mise à Jour 2023-12-24
Date de Publication 2020-07-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur developer.waieight.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://waieight.hatenablog.jp/
URL de la Page de Politique de Confidentialité https://waieight.hatenablog.jp/entry/2021/03/23/180238
Langues Prises en Charge 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"
    }
}