Fiori Doctor
For the starry–eyed Fiori Developer
Fiori Doctor क्या है?
Fiori Doctor Krishna Kishor Kammaje द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For the starry–eyed Fiori Developer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fiori Doctor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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", " |