SAPUI5 Documentation Search

Quickly navigate to SAPUI5 object documentation

Hvad er SAPUI5 Documentation Search?

SAPUI5 Documentation Search er en Chrome-udvidelse udviklet af http://mitchbarry.com, og dens hovedfunktion er "Quickly navigate to SAPUI5 object documentation".

Udvidelsesskærmbilleder

screenshot

Download SAPUI5 Documentation Search-udvidelses-CRX-fil

Download SAPUI5 Documentation Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn SAPUI5 Documentation Search SAPUI5 Documentation Search
ID mknlpibfjkcdkcgehegcdhknniclilgd
Officiel URL https://chrome.google.com/webstore/detail/sapui5-documentation-sear/mknlpibfjkcdkcgehegcdhknniclilgd
Beskrivelse Quickly navigate to SAPUI5 object documentation
Filstørrelse 61.16 KB
Antal Installationer 419
Nuværende Version 0.0.1
Senest Opdateret 2015-03-16
Udgivelsesdato 2015-03-16
Udvikler http://mitchbarry.com
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}