AT Plus

Enhancements for your Airtables.

AT Plus là gì?

AT Plus là một tiện ích mở rộng Chrome được phát triển bởi https://mikedeltito.com, và tính năng chính của nó là "Enhancements for your Airtables.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AT Plus

Tải xuống các tệp mở rộng AT Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AT Plus AT Plus
ID iedchkfcjehmdfkjadelkgnbfapoolid
URL Chính Thức https://chromewebstore.google.com/detail/at-plus/iedchkfcjehmdfkjadelkgnbfapoolid
Mô tả Enhancements for your Airtables.
Kích Thước Tệp 36.97 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2018-05-21
Ngày Phát Hành 2018-05-21
Nhà Phát Triển https://mikedeltito.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}