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 |
| 官方網址 | 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 |
| 電子郵箱 | [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": [
" | |