APEX Developer Addon
The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder.
APEX Developer Addonคืออะไร?
APEX Developer Addon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย peter.raganitsch และคุณลักษณะหลักของมันคือ "The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย APEX Developer Addon
ดาวน์โหลดไฟล์ส่วนขยาย 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 !
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | APEX Developer Addon |
ID | kodbmoekdigcemdkcbonnnejdpjfkpdf |
URL อย่างเป็นทางการ | 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" ] } |