SAPUI5 Documentation Search

Quickly navigate to SAPUI5 object documentation

SAPUI5 Documentation Search란 무엇입니까?

SAPUI5 Documentation Search은(는) http://mitchbarry.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly navigate to SAPUI5 object documentation"입니다.

확장 프로그램 스크린샷

screenshot

SAPUI5 Documentation Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 SAPUI5 Documentation Search SAPUI5 Documentation Search
ID mknlpibfjkcdkcgehegcdhknniclilgd
공식 URL https://chrome.google.com/webstore/detail/sapui5-documentation-sear/mknlpibfjkcdkcgehegcdhknniclilgd
설명 Quickly navigate to SAPUI5 object documentation
파일 크기 61.16 KB
설치 횟수 419
현재 버전 0.0.1
최근 업데이트 2015-03-16
출시 날짜 2015-03-16
개발자 http://mitchbarry.com
결제 유형 free
지원되는 언어 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"
        ]
    }
}