Outsystems Theme Editor

Generate a customized theme for your Outsystems app

什麼是Outsystems Theme Editor?

Outsystems Theme Editor是由Diogo Gomes開發的Chrome擴展程式,該擴展的主要功能是“Generate a customized theme for your Outsystems app”。

擴展截圖

screenshot

下載Outsystems Theme Editor擴展crx文件

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

擴展使用說明

                        This extension will enable everyone to customize your app in the browser and preview changes in real-time. You can then copy the generated theme or download it to an external file. The OutSystems Theme Editor extension is for everyone, even for designers and stakeholders with no access to the OutSystems platform.


With the OutSystems Theme Editor powered by Hi Interactive, you will be able to:
    ◾  Preview theme changes on your browser, without the necessity to use the OutSystems platform;
    ◾  Customize themes colors, margins, borders, and so on!;
    ◾  Make UI easy and without front-end expertise!;



Powered by Hi Interactive                    

擴展基本資訊

名稱 Outsystems Theme Editor Outsystems Theme Editor
ID dgocdfmfkkceclcajckakghmpikikcba
官方網址 https://chromewebstore.google.com/detail/outsystems-theme-editor/dgocdfmfkkceclcajckakghmpikikcba
簡介 Generate a customized theme for your Outsystems app
檔案大小 171 KB
安裝次數 200
目前版本 0.3.2
更新時間 2021-07-30
上架時間 2021-06-28
評分 4.67/5 共 3 次評分
開發者 Diogo Gomes
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.hi-interactive.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outsystems Theme Editor",
    "version": "0.3.2",
    "description": "Generate a customized theme for your Outsystems app",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "theme-editor\/editor.js",
                "theme-editor\/accordion.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "theme-editor\/dependencies\/prism\/prism.js",
                "theme-editor\/dependencies\/webfont\/webfont.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.woff2"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_title": "Click to show the editor button."
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    }
}