APEX Developer Addon
The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder.
Co to jest APEX Developer Addon?
APEX Developer Addon to rozszerzenie Chrome opracowane przez peter.raganitsch, a jego główną funkcją jest „The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia APEX Developer Addon
Pobierz pliki rozszerzeń APEX Developer Addon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 !
Podstawowe informacje o rozszerzeniu
Nazwa | APEX Developer Addon |
ID | kodbmoekdigcemdkcbonnnejdpjfkpdf |
Oficjalny URL | https://chromewebstore.google.com/detail/apex-developer-addon/kodbmoekdigcemdkcbonnnejdpjfkpdf |
Opis | The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder. |
Rozmiar pliku | 75.4 KB |
Liczba instalacji | 750 |
Aktualna Wersja | 2.0.0.26 |
Ostatnia Aktualizacja | 2015-02-03 |
Data Publikacji | 2015-02-02 |
Ocena | 4.92/5 Łącznie 13 Oceny |
Deweloper | peter.raganitsch |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |