Rytr - AI powered writing assistant

Best AI Writer, Content Generator & Writing Assistant.

什麼是Rytr - AI powered writing assistant?

Rytr - AI powered writing assistant是由https://rytr.me開發的Chrome擴展程式,該擴展的主要功能是“Best AI Writer, Content Generator & Writing Assistant.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Rytr - AI powered writing assistant擴展crx文件

下載Rytr - AI powered writing assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Rytr is an AI copywriting tool that helps you create high-quality content, in just a few seconds, at a fraction of the cost.

✍️ With Rytr's browser extension, it's never been easier to create stunning copy — whether you're working on Gmail, Facebook, or Wordpress, Rytr will save you time and ensure your content is always up to snuff!

- Access 30+ use cases & templates
- Supports 30+ languages and 20+ tones
- Write sales & marketing emails that get replies
- Discover ideas & write engaging content for blog
- Generate creative, catchy copies for social media
- Write product, job, profile, video descriptions
- Generate interesting caption ideas for Instagram post
- In-built native plagiarism checker (powered by Copyscape)
- Workflow and team management features

Generate killer content, effortlessly
Never face writer's block again — from blogs to emails to ad copies, auto-generate catchy, original, and high-converting copies in popular tones & languages in just a few seconds. Just pick a use case, enter some context, and boom...your copy is ready!

Craft your masterpiece to perfection
Use powerful editing operations to go from raw ideas to a polished piece in no time — takes just about 15 mins to write a 1,000 word piece! Reword, shorten and do much more to improve the content quality before hitting that submit button.

Seamlessly manage your writing workflow
Relieve the stress of juggling multiple projects by providing seamless collaboration, team billing and robust project management features — all without the hefty price tag! With Rytr, it's easy to get back to what matters: running your business and making sure everything runs smoothly.

Rytr combines state-of-the-art AI with industry best practices and templates to write engaging copy that is guaranteed to perform. It's blazing fast and fully mobile-optimized too so you can write and edit on the go, without missing any important deadline.


⚠️ Note: The extension is still in Beta, so we expect a few compatibility issues with some websites/apps. Apologies in advance as we iron out any kinks in the experience.

🔥 What's new:
v1.1
- Added new command menu for creating new content

v1.0
- New and improved interface
- Added 'My Voice' support which allows you to set specific tone profiles that customize the content Rytr generates to sound like you, your team, or your client-ensuring that all the content you create in Rytr sounds exactly the way you want it to.
- Add ability to change the tone of selected text
- Added preview window to edit/regenerate/approve generated content

v0.8
- Added Continue Ryting to make your long-form Ryting smoother & more comprehensive.
- Text editing operations Expand, Shorten and Append are now also added.

v0.7
- You can now control the creativity level, from 'max' level to 'none' i.e. no creativity.

v0.6
- Added option to copy variants to clipboard for use-cases output.

v0.5
- Now you can make use of various use-cases (eg Blog, Email, etc.) via extension

v0.4
- You can now set position of the Rytr toolbar (ribbon) to either top or bottom. This can help you to avoid interference with any other extension or in cases when the typing area is in extreme bottom or top.
- You can now set how many variants you want to generate (maximum 3).                    

擴展基本資訊

名稱 Rytr - AI powered writing assistant Rytr - AI powered writing assistant
ID cpnnabpklgnhjopaenljbbmkejamagel
官方網址 https://chromewebstore.google.com/detail/rytr-ai-powered-writing-a/cpnnabpklgnhjopaenljbbmkejamagel
簡介 Best AI Writer, Content Generator & Writing Assistant.
檔案大小 187 KB
安裝次數 50,000
目前版本 1.1.0
更新時間 2024-01-28
上架時間 2021-07-14
評分 3.96/5 共 27 次評分
開發者 https://rytr.me
電子郵箱 [email protected]
付費類型 free
擴展官網 https://rytr.me
說明頁面URL https://rytr.me/resources#browser-extension
隱私政策頁面URL https://rytr.me/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rytr - AI powered writing assistant",
    "description": "Best AI Writer, Content Generator & Writing Assistant.",
    "version": "1.1.0",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "32": "images\/extension\/logo32.png",
            "48": "images\/extension\/logo48.png",
            "64": "images\/extension\/logo64.png",
            "128": "images\/extension\/logo128.png",
            "256": "images\/extension\/logo256.png"
        },
        "default_title": "Rytr - AI powered writing assistant",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "images\/extension\/logo32.png",
        "48": "images\/extension\/logo48.png",
        "128": "images\/extension\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/logo.svg",
                "images\/loader.svg",
                "images\/select.svg"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.rytr.me\/*",
            "http:\/\/localhost:5001\/*"
        ]
    }
}