CSS Generator

Build CSS for Medallia Digital forms!

什麼是CSS Generator?

CSS Generator是由Techie Tribe開發的Chrome擴展程式,該擴展的主要功能是“Build CSS for Medallia Digital forms!”。

擴展截圖

screenshot

下載CSS Generator擴展crx文件

下載CSS Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        [08/19/2019] : Has a link to app css generator!
Fixed bugs with scale and made the whole css more responsive!

[05/03/2019] : Few minor bug fixes 

[04/01/2019] : The generator will work on all websites now! Make sure to open the survey before starting the extension.

This extension will help you create CSS for Digital Forms.                    

擴展基本資訊

名稱 CSS Generator CSS Generator
ID gkidgfledndnkhapfdbpjjfcfkmefhbp
官方網址 https://chromewebstore.google.com/detail/css-generator/gkidgfledndnkhapfdbpjjfcfkmefhbp
簡介 Build CSS for Medallia Digital forms!
檔案大小 123 KB
安裝次數 106
目前版本 1.8
更新時間 2020-02-26
上架時間 2020-02-26
評分 5.00/5 共 1 次評分
開發者 Techie Tribe
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Generator",
    "version": "1.8",
    "description": "Build CSS for Medallia Digital forms!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "jquery-1.11.3.min.js",
                "jscolor.js",
                "contentScript.js",
                "CSSGenerator.js"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}