ABAP Help Blog by Naimesh Patel
ABAP Help Blog
What is ABAP Help Blog by Naimesh Patel?
ABAP Help Blog by Naimesh Patel is a Chrome extension developed by naimeshvpatel, and its main feature is "ABAP Help Blog".
Extension Screenshots
Download ABAP Help Blog by Naimesh Patel Extension CRX File
Download ABAP Help Blog by Naimesh Patel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | mneccidlopamkljjelaghhdfkmcmalid |
Official URL | https://chrome.google.com/webstore/detail/abap-help-blog-by-naimesh/mneccidlopamkljjelaghhdfkmcmalid |
Description | ABAP Help Blog |
File Size | 29.07 KB |
Installation Count | 121 |
Current Version | 1.5 |
Last Updated | 2013-07-26 |
Publish Date | 2013-07-26 |
Rating | 3.40/5 Total 5 Ratings |
Developer | naimeshvpatel |
Payment Type | free |
Extension Website | http://zevolving.com |
Help Page URL | http://zevolving.com/2011/07/chrome-extension-for-sap-abap-blog.html |
Supported Languages | 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\/*" ] } |