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                    

扩展基本信息

名称 Adaptive Cards for Chrome Adaptive Cards for 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
电子邮箱 [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"
}