Outsystems Theme Editor

Generate a customized theme for your Outsystems app

Outsystems Theme Editor क्या है?

Outsystems Theme Editor Diogo Gomes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate a customized theme for your Outsystems app"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Outsystems Theme Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}