Google Forms Image Viewer

a tool to allow image files to be viewed on a google form response

Google Forms Image Viewerとは何ですか?

Google Forms Image Viewerはalexによって開発されたChromeの拡張機能で、その主な機能は「a tool to allow image files to be viewed on a google form response」です。

拡張機能のスクリーンショット

screenshot

Google Forms Image Viewer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Use this tool to render images on your Google forms (like signatures) when you go to print them. When there is a File Upload field in the form, navigate to an Individual response. Click the extension icon and scan for images. If any are found, you'll see them and can print using the Print button.                    

拡張機能の基本情報

名前 Google Forms Image Viewer Google Forms Image Viewer
ID hfmflfabnobgcjjbfddlackbpjmnpgij
公式URL https://chromewebstore.google.com/detail/google-forms-image-viewer/hfmflfabnobgcjjbfddlackbpjmnpgij
説明 a tool to allow image files to be viewed on a google form response
ファイルサイズ 5.58 KB
インストール数 446
現在のバージョン 1.0
最終更新日 2020-04-28
公開日 2020-04-28
評価 4.00/5 合計 3 レビュー
開発者 alex
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Forms Image Viewer",
    "version": "1.0",
    "description": "a tool to allow image files to be viewed on a google form response",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "printing.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}