Adaptive Cards for Chrome
Renders http://adaptivecards.io/ schema based cards in Google Chrome
What is Adaptive Cards for Chrome?
Adaptive Cards for Chrome is a Chrome extension developed by Fox Council, and its main feature is "Renders http://adaptivecards.io/ schema based cards in Google Chrome".
Download Adaptive Cards for Chrome Extension CRX File
Download Adaptive Cards for Chrome 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
Renders http://adaptivecards.io/ schema based cards in Google Chrome
Extension Basic Information
Name | |
ID | pnomnankbajbkjnkanjlfncjekfckbon |
Official URL | https://chromewebstore.google.com/detail/adaptive-cards-for-chrome/pnomnankbajbkjnkanjlfncjekfckbon |
Description | Renders http://adaptivecards.io/ schema based cards in Google Chrome |
File Size | 41.61 KB |
Installation Count | 26 |
Current Version | 0.2.3 |
Last Updated | 2017-12-08 |
Publish Date | 2017-12-07 |
Developer | Fox Council |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/FoxCouncil/ChromeAdaptiveCards |
Help Page URL | https://github.com/FoxCouncil/ChromeAdaptiveCards |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "render.html" }, "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "webRequest", "activeTab", "storage", "*:\/\/*\/*" ], "version": "0.2.3" } |