AT Plus
Enhancements for your Airtables.
什么是AT Plus?
AT Plus是由https://mikedeltito.com开发的Chrome扩展程序,该扩展的主要功能是“Enhancements for your Airtables.”。
扩展截图
下载AT Plus扩展crx文件
下载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 |
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\/*" ] } |