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\/*" ] } |