Fiori Doctor
For the starry–eyed Fiori Developer
Fiori Doctorとは何ですか?
Fiori DoctorはKrishna Kishor Kammajeによって開発されたChromeの拡張機能で、その主な機能は「For the starry–eyed Fiori Developer」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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",
" | |