AT Plus
Enhancements for your Airtables.
ما هو AT Plus؟
AT Plus هو إضافة Chrome تم تطويرها بواسطة https://mikedeltito.com، والميزة الرئيسية لها هي "Enhancements for your Airtables.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AT Plus
قم بتنزيل ملفات الامتداد AT Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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\/*" ] } |