CSS Generator

Build CSS for Medallia Digital forms!

CSS Generator là gì?

CSS Generator là một tiện ích mở rộng Chrome được phát triển bởi Techie Tribe, và tính năng chính của nó là "Build CSS for Medallia Digital forms!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CSS Generator

Tải xuống các tệp mở rộng CSS Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        [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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CSS Generator CSS Generator
ID gkidgfledndnkhapfdbpjjfcfkmefhbp
URL Chính Thức https://chromewebstore.google.com/detail/css-generator/gkidgfledndnkhapfdbpjjfcfkmefhbp
Mô tả Build CSS for Medallia Digital forms!
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2020-02-26
Ngày Phát Hành 2020-02-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Techie Tribe
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}