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