Fiori Doctor

For the starry–eyed Fiori Developer

Fiori Doctor란 무엇입니까?

Fiori Doctor은(는) Krishna Kishor Kammaje에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For the starry–eyed Fiori Developer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Fiori Doctor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        If you are a Fiori developer, you will love this. If you are on a Fiori/UI5 app, by the click of a button you can explore which UI5 controls were used in it. Shift+Click to navigate to UI5 explorer.

SAPUI5, OPENUI5
http://scn.sap.com/community/fiori/blog/2015/08/03/fiori-stars-20-released

Disclaimer: Fiori is a trademark of SAP and I am an individual not directly associated with SAP.                    

확장 프로그램 기본 정보

이름 Fiori Doctor Fiori Doctor
ID abmocanmemghgbcegmmdgpefgfjbkglf
공식 URL https://chromewebstore.google.com/detail/fiori-doctor/abmocanmemghgbcegmmdgpefgfjbkglf
설명 For the starry–eyed Fiori Developer
파일 크기 67.06 KB
설치 횟수 1,635
현재 버전 2.9.1
최근 업데이트 2019-12-09
출시 날짜 2019-12-08
평점 4.88/5 총 8 개의 평점
개발자 Krishna Kishor Kammaje
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fiori Doctor",
    "description": "For the starry\u2013eyed Fiori Developer",
    "version": "2.9.1",
    "short_name": "Starry\u2013eyed Fiori Developer",
    "icons": {
        "16": "Icons\/star_blue_48.png",
        "48": "Icons\/star_blue_48.png",
        "128": "Icons\/star_blue_128.png"
    },
    "browser_action": {
        "default_icon": "Icons\/star_blue_48.png",
        "default_title": "Start Fiori Doctor"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/ThirdParty\/jquery-1.11.3.min.js",
                "\/ThirdParty\/notify.min.js",
                "\/ThirdParty\/URI.js",
                "content_script.js"
            ],
            "css": [
                "\/ThirdParty\/myCSS.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "browsingData",
        "contextMenus",
        "webRequestBlocking",
        "webRequest",
        ""
    ],
    "web_accessible_resources": [
        "ThirdParty\/*",
        "sniffOData.js",
        "OptionDialog.js"
    ]
}