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. 拡張機能の基本情報
| 名前 | |
| 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\/*"
]
} | |