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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record, draw, and create custom commands without leaving Notion."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Slashy - Custom commands for Notion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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)
एक्सटेंशन की मूल जानकारी
नाम | Slashy - Custom commands for Notion |
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 |
ईमेल | [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": [ " |