APEX Developer Addon
The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder.
什麼是APEX Developer Addon?
APEX Developer Addon是由peter.raganitsch開發的Chrome擴展程式,該擴展的主要功能是“The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder.”。
擴展截圖
下載APEX Developer Addon擴展crx文件
下載APEX Developer Addon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The APEX Developer Addon brings new functionality to the Oracle APEX Application Builder.
It comes with those features:
- Syntax Highlighting for SQL, PL/SQL, HTML/XML and Javascript
- Keyboard Shortcuts (F10=Save, ...)
- Quick Navigation Shortcuts using the Search-Box (enter ? for Help there)
- Many little improvements here and there
Get it now. It is free and works even offline ! 擴展基本資訊
| 名稱 | |
| ID | kodbmoekdigcemdkcbonnnejdpjfkpdf |
| 官方網址 | https://chromewebstore.google.com/detail/apex-developer-addon/kodbmoekdigcemdkcbonnnejdpjfkpdf |
| 簡介 | The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder. |
| 檔案大小 | 75.4 KB |
| 安裝次數 | 750 |
| 目前版本 | 2.0.0.26 |
| 更新時間 | 2015-02-03 |
| 上架時間 | 2015-02-02 |
| 評分 | 4.92/5 共 13 次評分 |
| 開發者 | peter.raganitsch |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "APEX Developer Addon",
"short_name": "ADA",
"description": "The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder.",
"version": "2.0.0.26",
"author": "Peter Raganitsch",
"icons": {
"16": "apex_developer_addon_16x16.png",
"48": "apex_developer_addon_48x48.png",
"128": "apex_developer_addon_128x128.png"
},
"homepage_url": "https:\/\/apex.oracle.com\/pls\/apex\/f?p=APEX_DEVELOPER_ADDON:ABOUT:0",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*f?p=4000:*",
"http:\/\/*\/*f?p=4050:*",
"http:\/\/*\/*wwv_flow.accept*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"js\/apexlib_developerAddon.min.css",
"js\/apexlib_developerAddon.min.js"
]
} | |