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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}