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文件

下載ABAP Help Blog by Naimesh Patel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}