AT Plus

Enhancements for your Airtables.

AT Plus क्या है?

AT Plus https://mikedeltito.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhancements for your Airtables."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AT Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम AT Plus AT Plus
ID iedchkfcjehmdfkjadelkgnbfapoolid
आधिकारिक URL https://chromewebstore.google.com/detail/at-plus/iedchkfcjehmdfkjadelkgnbfapoolid
विवरण Enhancements for your Airtables.
फ़ाइल का आकार 36.97 KB
स्थापना संख्या 19
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2018-05-21
प्रकाशन तिथि 2018-05-21
डेवलपर https://mikedeltito.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}