AT Plus

Enhancements for your Airtables.

AT Plusคืออะไร?

AT Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mikedeltito.com และคุณลักษณะหลักของมันคือ "Enhancements for your Airtables."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AT Plus

ดาวน์โหลดไฟล์ส่วนขยาย AT Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}