Phrases.ai (Early Adopter)

Turn anything into amazing English just by highlighting text.

Phrases.ai (Early Adopter)とは何ですか?

Phrases.ai (Early Adopter)はhttps://phrases.aiによって開発されたChromeの拡張機能で、その主な機能は「Turn anything into amazing English just by highlighting text.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Phrases.ai (Early Adopter)拡張機能のCRXファイルをダウンロード

Phrases.ai (Early Adopter)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Phrases helps you sound smarter, clearer, and more professional. It's always available because Phrases is seamlessly integrated with your browser.

Highlight any text, and Phrases uses our state-of-the-art artificial intelligence engine to transform your raw text into perfectly crafted, grammatically correct English with a consistent, confident, and professional tone. Your emails will shine.

You can even write a series of bullet points and Phrases will write the email for you!

▶ How it works
Using Phrases is dead simple:
1. Highlight text
2. Tap the Phrases icon to rephrase
3. View the rephrased text and tap to use

▶ Use cases
Phrases can help you write better anywhere. Our users like Phrases for emails, marketing, sales, business documents, memos, stores listings, and more.

▶ Testimonials
"Better than ChatGPT. ChatGPT made my life a lot easier but its responses were too formal and 'hostile'... Phrases.ai is very good, way smoother than ChatGPT." - Dustin, from the Netherlands

"The rewrite is super good. Users will love it." - Lily, from Australia

"This is amazing. It can actually directly translate from Chinese, too. Comes out much better than Google." - Lu, from USA

The above was written with the help of Phrases.ai.                    

拡張機能の基本情報

名前 Phrases.ai (Early Adopter) Phrases.ai (Early Adopter)
ID ohpkfhhopcepcgeljjdaiiebcigaanel
公式URL https://chromewebstore.google.com/detail/phrasesai-early-adopter/ohpkfhhopcepcgeljjdaiiebcigaanel
説明 Turn anything into amazing English just by highlighting text.
ファイルサイズ 251 KB
インストール数 964
現在のバージョン 0.2.4
最終更新日 2023-05-02
公開日 2023-02-19
評価 5.00/5 合計 4 レビュー
開発者 https://phrases.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.phrases.ai/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Turn anything into amazing English just by highlighting text.",
    "version": "0.2.4",
    "manifest_version": 3,
    "name": "Phrases.ai (Early Adopter)",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    }
}