ABAP Help Blog by Naimesh Patel

ABAP Help Blog

ABAP Help Blog by Naimesh Patel란 무엇입니까?

ABAP Help Blog by Naimesh Patel은(는) naimeshvpatel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ABAP Help Blog"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ABAP Help Blog by Naimesh Patel 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Always stay tuned with the SAP ABAP Help blog by single touch. Options allows you fully customize the content on this extension.

Version 1.5
- manifest V2

Version 1.4
- Pointed to main domain http://zevolving.com/

Version 1.3
- Pointed to new site http://help-abap.zevolving.com/

Version 1.2
- Added Badge: Shows if there is any update

Version 1.1
- Added Themes
- Fixed minor tweaks                    

확장 프로그램 기본 정보

이름 ABAP Help Blog by Naimesh Patel ABAP Help Blog by Naimesh Patel
ID mneccidlopamkljjelaghhdfkmcmalid
공식 URL https://chrome.google.com/webstore/detail/abap-help-blog-by-naimesh/mneccidlopamkljjelaghhdfkmcmalid
설명 ABAP Help Blog
파일 크기 29.07 KB
설치 횟수 121
현재 버전 1.5
최근 업데이트 2013-07-26
출시 날짜 2013-07-26
평점 3.40/5 총 5 개의 평점
개발자 naimeshvpatel
결제 유형 free
확장 프로그램 웹 사이트 http://zevolving.com
도움말 페이지 URL http://zevolving.com/2011/07/chrome-extension-for-sap-abap-blog.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ABAP Help Blog by Naimesh Patel",
    "version": "1.5",
    "background_page": "background.html",
    "options_page": "settings.html",
    "description": "ABAP Help Blog",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "ABAP Help Blog",
        "default_icon": "icon19.png",
        "default_popup": "feed2.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/zevolving.com\/*"
    ]
}