APEX Page Designer Tab Lock - Explorer UK

APEX Page Designer & Developer Toolbar Enhancer By @matt_mulvaney @Explorerukltd

APEX Page Designer Tab Lock - Explorer UK क्या है?

APEX Page Designer Tab Lock - Explorer UK https://www.explorer.uk.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "APEX Page Designer & Developer Toolbar Enhancer By @matt_mulvaney @Explorerukltd"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में APEX Page Designer Tab Lock - Explorer UK एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        APEX Page Designer & Developer Toolbar Enhancer By @matt_mulvaney @Explorerukltd

IMPROVEMENT: Version 20.1.1 Support for APEX 20.1 includes support for Friendly URLs and Inline Popup LOVs
NEW FEATURE: Version 19.1.10 Enhancements to Code Editor and Debugger
NEW FEATURE: Version 18.1.5 Revealer Developer Bar button to reveal and categorise Page Items, hidden or otherwise, within your application page
NEW FEATURE: Version 1.4.0 CTRL+Double-Click on a Text Item to rotate cases and addition of APEX Bookmarks/Shortcuts
NEW FEATURE: Version 1.3.3 Support for APEX 18.1 including restoration of APEX 5.1 style keyboard shortcuts
NEW FEATURE: Version 1.3.2 Right click context menu on the Code Editor and all input fields for quick entry of page item names and substitution strings 
IMPROVEMENT: Version 1.2.4 Includes bug fixes and Faster Bypassing of the "Focus Page" Dialog
IMPROVEMENT: Version 1.2.3 Includes bug fixes and Faster Bypassing of the "Focus Page" Dialog
NEW FEATURE: Version 1.2.2 Introduces an option to bypass the "Focus Page" Dialog
NEW FEATURE: Version 1.1.2 Introduces "Reposition and Locking" of tabs for APEX 5.0. Therefore reposition, persist and lock of tabs are all supported in APEX 5.0 and APEX 5.1

* Following Installation, please reload any Tabs which may be open with Page Designer *

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                    

एक्सटेंशन की मूल जानकारी

नाम APEX Page Designer Tab Lock - Explorer UK APEX Page Designer Tab Lock - Explorer UK
ID epenpjchljckbcfcmlahbhldaibgeolm
आधिकारिक URL https://chromewebstore.google.com/detail/apex-page-designer-tab-lo/epenpjchljckbcfcmlahbhldaibgeolm
विवरण APEX Page Designer & Developer Toolbar Enhancer By @matt_mulvaney @Explorerukltd
फ़ाइल का आकार 134 KB
स्थापना संख्या 2,127
वर्तमान संस्करण 20.1.1
अंतिम अपडेट 2020-07-30
प्रकाशन तिथि 2019-09-17
रेटिंग 4.73/5 कुल 15 रेटिंग्स
डेवलपर https://www.explorer.uk.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "APEX Page Designer Tab Lock - Explorer UK",
    "description": "APEX Page Designer & Developer Toolbar Enhancer By @matt_mulvaney @Explorerukltd",
    "version": "20.1.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "commonShared.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "*:\/\/*\/*wwv_flow.accept*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*f?p=4000:939*"
            ],
            "js": [
                "mousetrap.min.js",
                "mousetrap-global-bind.min.js",
                "contentAllFrames.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*\/*",
                "*:\/\/*\/*wwv_flow.accept*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*f?p=4000:939*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "jquery-ui.min.js",
                "jquery.growl.js",
                "contentInit.js",
                "commonShared.js",
                "content.js",
                "contentRevealer.js",
                "contentCodeMirror.js"
            ],
            "css": [
                "jquery.growl.css",
                "content.css",
                "cm-themes.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*f?p=4000:939*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "contentInit.js",
                "contentViewDebug.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "",
        "default_popup": ""
    },
    "icons": {
        "16": "icon1.png",
        "48": "icon1.png",
        "128": "icon1.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "web_accessible_resources": [
        "jquery-3.1.1.min.js",
        "jquery-ui.min.js",
        "revealer.html",
        "revealer.js",
        "revealer.css",
        "fontApexHipster.svg",
        "fontApexHipster-o.svg",
        "options.html",
        "tabLockInvertLook.css",
        "enhancedDebugger.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/example.com; object-src 'self'",
    "short_name": "APEX TabLock",
    "manifest_version": 2
}