AT Plus

Enhancements for your Airtables.

Wat is AT Plus?

AT Plus is een Chrome-extensie ontwikkeld door https://mikedeltito.com, en de belangrijkste functie is "Enhancements for your Airtables.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AT Plus

Download AT Plus-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

                        Adds the following features to Airtable:

* Makes the expanded cell popup resizable, which can help with readability in long text fields.
* Adds a Markdown preview function! You can add/edit Markdown in an expanded rich-text field and toggle a preview. The preview can be also be resized.                    

Basisinformatie over de Extensie

Naam AT Plus AT Plus
ID iedchkfcjehmdfkjadelkgnbfapoolid
Officiële URL https://chromewebstore.google.com/detail/at-plus/iedchkfcjehmdfkjadelkgnbfapoolid
Beschrijving Enhancements for your Airtables.
Bestandsgrootte 36.97 KB
Aantal Installaties 19
Huidige Versie 0.0.4
Laatst Bijgewerkt 2018-05-21
Publicatiedatum 2018-05-21
Ontwikkelaar https://mikedeltito.com
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/airtable.com\/*"
            ],
            "css": [
                "css\/expanded-resizable.css",
                "css\/markdown-viewer.css"
            ],
            "js": [
                "vendor\/js\/marked.js",
                "scripts\/expanded-resizable.js",
                "scripts\/markdown-viewer.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}