Google Form Desing Editor

Google Form Desing Editor allows you to alter the document aspect.

Google Form Desing Editorとは何ですか?

Google Form Desing EditorはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Google Form Desing Editor allows you to alter the document aspect.」です。

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

screenshot

Google Form Desing Editor拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Google Form Editor, doesn't add visual aspects to your Google Form. It works for modify the Form as such by changing document configuration                    

拡張機能の基本情報

名前 Google Form Desing Editor Google Form Desing Editor
ID nebkelemoemkibpneijjiojkcjehnhmn
公式URL https://chromewebstore.google.com/detail/google-form-desing-editor/nebkelemoemkibpneijjiojkcjehnhmn
説明 Google Form Desing Editor allows you to alter the document aspect.
ファイルサイズ 3.24 KB
インストール数 108
現在のバージョン 0.1
最終更新日 2020-04-10
公開日 2020-04-09
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Form Desing Editor",
    "version": "0.1",
    "description": "Google Form Desing Editor allows you to alter the document aspect.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/forms\/d\/e\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}