Feather AI
Create high-quality blog posts in minutes with AI - right within Notion.
Feather AI क्या है?
Feather AI https://feather.so द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create high-quality blog posts in minutes with AI - right within Notion."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Feather AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Feather AI is an AI assistant to help you with writing blog content inside Notion. You don't need to use multiple tools to create the first draft of your blog post. Use Feather AI extension with Notion & do everything right there in one place! Easy slash commands to accomplish what you exactly want: /outline -> Generate the blog post outline based on the Notion page title. /points -> Create some starting points based on each outline text. /expand -> Expand to write in-depth content for that selected point. /complete -> Complete the expanded paragraph with some conclusion or a takeaway. Overcome your writer’s block & do more in less time. 1. Install the extension from the Chrome web store. 2. Make a new Notion page with the topic name as a title. 3. Get 4 new Notion commands & use them to create your first draft. No more staring at the blank page. Install Feather AI today.
एक्सटेंशन की मूल जानकारी
नाम | Feather AI |
ID | eeppffnebglddapdnkfgmgglighafpoh |
आधिकारिक URL | https://chromewebstore.google.com/detail/feather-ai/eeppffnebglddapdnkfgmgglighafpoh |
विवरण | Create high-quality blog posts in minutes with AI - right within Notion. |
फ़ाइल का आकार | 192 KB |
स्थापना संख्या | 435 |
वर्तमान संस्करण | 0.0.0.8 |
अंतिम अपडेट | 2022-11-28 |
प्रकाशन तिथि | 2022-11-15 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://feather.so |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://feather.so/ai |
सहायता पृष्ठ URL | https://feather.so/ai |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Feather AI", "version": "0.0.0.8", "description": "Create high-quality blog posts in minutes with AI - right within Notion.", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "feather-white-bg-128.png" }, "icons": { "128": "feather-white-bg-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*", "https:\/\/api.feather.so\/api\/ai\/*" ], "run_at": "document_end", "js": [ "src\/pages\/content\/index.js" ], "css": [ "contentStyle.css" ] } ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "resources": [ "contentStyle.css", "icon-128.png", "icon-34.png", "feather-white-bg.png", "feather-white-bg-128.png" ], "matches": [ " |