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”。
扩展截图
下载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
扩展基本信息
名称 | |
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\/*" ] } |