Zoom Fit Google Documents

This extension automatically zoom fits any opened Google document.

Zoom Fit Google Documentsとは何ですか?

Zoom Fit Google DocumentsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension automatically zoom fits any opened Google document.」です。

Zoom Fit Google Documents拡張機能のCRXファイルをダウンロード

Zoom Fit Google Documents拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Zoom Fit Google Documents Zoom Fit Google Documents
ID kmlpcppfjdeglaelfnnapihcgmnajlbg
公式URL https://chromewebstore.google.com/detail/zoom-fit-google-documents/kmlpcppfjdeglaelfnnapihcgmnajlbg
説明 This extension automatically zoom fits any opened Google document.
ファイルサイズ 48.72 KB
インストール数 20
現在のバージョン 1.1
最終更新日 2017-12-05
公開日 2017-12-05
評価 5.00/5 合計 3 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/glaza/ZoomFitGoogleDocs
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zoom Fit Google Documents",
    "description": "This extension automatically zoom fits any opened Google document.",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/docs.google.com\/document\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "jquery.js",
                "jquery.simulate.js",
                "zoomfit.js"
            ]
        }
    ]
}