AT Plus

Enhancements for your Airtables.

Cos'è AT Plus?

AT Plus è un'estensione di Chrome sviluppata da https://mikedeltito.com, e la sua funzione principale è "Enhancements for your Airtables.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AT Plus

Scarica i file di estensione AT Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AT Plus AT Plus
ID iedchkfcjehmdfkjadelkgnbfapoolid
URL Ufficiale https://chromewebstore.google.com/detail/at-plus/iedchkfcjehmdfkjadelkgnbfapoolid
Descrizione Enhancements for your Airtables.
Dimensione del File 36.97 KB
Conteggio Installazioni 19
Versione Corrente 0.0.4
Ultimo Aggiornamento 2018-05-21
Data di Pubblicazione 2018-05-21
Sviluppatore https://mikedeltito.com
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}