Fiori Doctor

For the starry–eyed Fiori Developer

Fiori Doctor là gì?

Fiori Doctor là một tiện ích mở rộng Chrome được phát triển bởi Krishna Kishor Kammaje, và tính năng chính của nó là "For the starry–eyed Fiori Developer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fiori Doctor

Tải xuống các tệp mở rộng Fiori Doctor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fiori Doctor Fiori Doctor
ID abmocanmemghgbcegmmdgpefgfjbkglf
URL Chính Thức https://chromewebstore.google.com/detail/fiori-doctor/abmocanmemghgbcegmmdgpefgfjbkglf
Mô tả For the starry–eyed Fiori Developer
Kích Thước Tệp 67.06 KB
Số Lần Cài Đặt 1,635
Phiên Bản Hiện Tại 2.9.1
Cập Nhật Lần Cuối 2019-12-09
Ngày Phát Hành 2019-12-08
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Krishna Kishor Kammaje
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}