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文件

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

擴展使用說明

                        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
官方網址 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"
    ]
}