Slashy - Custom commands for Notion
Record, draw, and create custom commands without leaving Notion.
Slashy - Custom commands for Notionとは何ですか?
Slashy - Custom commands for Notionはhttps://slashy.appによって開発されたChromeの拡張機能で、その主な機能は「Record, draw, and create custom commands without leaving Notion.」です。
拡張機能のスクリーンショット
Slashy - Custom commands for Notion拡張機能のCRXファイルをダウンロード
Slashy - Custom commands for Notion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Slashy is a Chrome extension that lets you create custom commands for Notion. Make camera and audio recordings, draw, create reusable components and more without leaving Notion.
FEATURES
⚡️ Create your own Notion custom commands
📹 Make video and audio recordings without leaving Notion with /record
🖌️ Make drawings and annotations for your Notion page with /draw
✍️ Easily make commands for reusable blocks and content
🤖 Develop your own plugins with the Slashy SDK
🗄 Manage and edit your commands easily through the Notion sidebar
⚙️ Toggle command visibility and other settings
...and much more - all for free & no sign in needed!
Check out the get started guide 👉 https://slashy.notion.site/slashy/Get-started-with-Slashy-498ef2b3b5724e5dbb20c7da643d0618
Want to self-host, add new features to Slashy, or even make your own Notion extension? Feel free to check out the code on GitHub! 👉 https://github.com/alyssaxuu/slashy
Slashy is built and maintained by Alyssa X (https://alyssax.com) 拡張機能の基本情報
| 名前 | |
| ID | ccjlpkignaedigchcklcipfbecijllca |
| 公式URL | https://chromewebstore.google.com/detail/slashy-custom-commands-fo/ccjlpkignaedigchcklcipfbecijllca |
| 説明 | Record, draw, and create custom commands without leaving Notion. |
| ファイルサイズ | 206 KB |
| インストール数 | 2,005 |
| 現在のバージョン | 1.0.4 |
| 最終更新日 | 2022-06-02 |
| 公開日 | 2022-05-30 |
| 評価 | 3.22/5 合計 9 レビュー |
| 開発者 | https://slashy.app |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://slashy.app |
| ヘルプページのURL | https://github.com/alyssaxuu/slashy/issues |
| プライバシーポリシーページのURL | https://alyssax.com/x/screenity/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Slashy - Custom commands for Notion",
"description": "Record, draw, and create custom commands without leaving Notion.",
"offline_enabled": false,
"version": "1.0.4",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "assets\/16.png",
"48": "assets\/48.png",
"128": "assets\/128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.notion.so\/*"
],
"run_at": "document_end",
"js": [
"sval.min.js",
"fabric.min.js",
"jquery.js",
"content.js"
],
"css": [
"content.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content.html",
"newtab.html",
"assets\/*",
"popup.css",
"popup.js",
"force.js"
],
"matches": [
" | |