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
公式URL 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
Eメール [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'"
}