Adaptive Cards for Chrome
Renders http://adaptivecards.io/ schema based cards in Google Chrome
Adaptive Cards for Chromeとは何ですか?
Adaptive Cards for ChromeはFox Councilによって開発されたChromeの拡張機能で、その主な機能は「Renders http://adaptivecards.io/ schema based cards in Google Chrome」です。
Adaptive Cards for Chrome拡張機能のCRXファイルをダウンロード
Adaptive Cards for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Renders http://adaptivecards.io/ schema based cards in Google Chrome
拡張機能の基本情報
名前 | |
ID | pnomnankbajbkjnkanjlfncjekfckbon |
公式URL | https://chromewebstore.google.com/detail/adaptive-cards-for-chrome/pnomnankbajbkjnkanjlfncjekfckbon |
説明 | Renders http://adaptivecards.io/ schema based cards in Google Chrome |
ファイルサイズ | 41.61 KB |
インストール数 | 26 |
現在のバージョン | 0.2.3 |
最終更新日 | 2017-12-08 |
公開日 | 2017-12-07 |
開発者 | Fox Council |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/FoxCouncil/ChromeAdaptiveCards |
ヘルプページのURL | https://github.com/FoxCouncil/ChromeAdaptiveCards |
対応言語 | 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" } |