SAPUI5 Documentation Search

Quickly navigate to SAPUI5 object documentation

What is SAPUI5 Documentation Search?

SAPUI5 Documentation Search is a Chrome extension developed by http://mitchbarry.com, and its main feature is "Quickly navigate to SAPUI5 object documentation".

Extension Screenshots

screenshot

Download SAPUI5 Documentation Search Extension CRX File

Download SAPUI5 Documentation Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Search SAPUI5 documentation, or hop directly to an object's documentation page. Use Chrome's localStorage to retain history and commonly used namespaces.                    

Extension Basic Information

Name SAPUI5 Documentation Search SAPUI5 Documentation Search
ID mknlpibfjkcdkcgehegcdhknniclilgd
Official URL https://chrome.google.com/webstore/detail/sapui5-documentation-sear/mknlpibfjkcdkcgehegcdhknniclilgd
Description Quickly navigate to SAPUI5 object documentation
File Size 61.16 KB
Installation Count 419
Current Version 0.0.1
Last Updated 2015-03-16
Publish Date 2015-03-16
Developer http://mitchbarry.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SAPUI5 Documentation Search",
    "short_name": "SAPUI5 Documentation Search",
    "description": "Quickly navigate to SAPUI5 object documentation",
    "version": "0.0.1",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/sapui5_black.png",
        "128": "assets\/sapui5_black.png"
    },
    "permissions": [],
    "browser_action": {
        "default_icon": "assets\/sapui5_black.png",
        "default_title": "SAPUI5 Documentation Search",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}