Adaptive Cards for Chrome

Renders http://adaptivecards.io/ schema based cards in Google Chrome

Wat is Adaptive Cards for Chrome?

Adaptive Cards for Chrome is een Chrome-extensie ontwikkeld door Fox Council, en de belangrijkste functie is "Renders http://adaptivecards.io/ schema based cards in Google Chrome".

Download het CRX-bestand van de extensie Adaptive Cards for Chrome

Download Adaptive Cards for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Renders http://adaptivecards.io/ schema based cards in Google Chrome                    

Basisinformatie over de Extensie

Naam Adaptive Cards for Chrome Adaptive Cards for Chrome
ID pnomnankbajbkjnkanjlfncjekfckbon
Officiële URL https://chromewebstore.google.com/detail/adaptive-cards-for-chrome/pnomnankbajbkjnkanjlfncjekfckbon
Beschrijving Renders http://adaptivecards.io/ schema based cards in Google Chrome
Bestandsgrootte 41.61 KB
Aantal Installaties 26
Huidige Versie 0.2.3
Laatst Bijgewerkt 2017-12-08
Publicatiedatum 2017-12-07
Ontwikkelaar Fox Council
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/FoxCouncil/ChromeAdaptiveCards
Help Pagina-URL https://github.com/FoxCouncil/ChromeAdaptiveCards
Ondersteunde Talen 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"
}