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
官方網址 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"
}