Axen AI

Axen AI RePhraser is a powerful AI-powered tool that helps you quickly and easily rephrase your content. It uses advanced natural…

What is Axen AI?

Axen AI is a Chrome extension developed by https://axenai.com, and its main feature is "Axen AI RePhraser is a powerful AI-powered tool that helps you quickly and easily rephrase your content. It uses advanced natural…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Axen AI Extension CRX File

Download Axen AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Axen AI RePhraser is a powerful AI-powered tool that helps you quickly and easily rephrase your content. It uses advanced natural language processing (NLP) technology to analyze the text and then generate rewritten versions. Whether you want to make your content more creative, more engaging, or more accurate, Axen AI RePhraser has you covered. With its intuitive interface, you can quickly and easily rephrase your content in just a few clicks. Simply input your text, select the desired output type, and let the AI do the rest. Axen AI RePhraser is a must-have tool for any content creator who wants to save time and create high-quality content quickly and easily.
https://rephraser.axenai.com


Read the instruction carefully.

Note: Make sure the extension is installed and enabled before trying to use it. Also, follow any additional instructions provided by the extension to ensure proper functionality.                    

Extension Basic Information

Name Axen AI Axen AI
ID dciokkpimjfgdihaflidcapbdjohheha
Official URL https://chromewebstore.google.com/detail/axen-ai/dciokkpimjfgdihaflidcapbdjohheha
Description Axen AI RePhraser is a powerful AI-powered tool that helps you quickly and easily rephrase your content. It uses advanced natural…
File Size 14.42 MB
Installation Count 70
Current Version 1.1.0
Last Updated 2023-05-15
Publish Date 2023-05-09
Rating 5.00/5 Total 1 Ratings
Developer https://axenai.com
Email [email protected]
Payment Type free
Extension Website https://rephrase.axenai.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Axen AI",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "favicon\/favicon-16x16.png",
        "32": "favicon\/favicon-32x32.png",
        "48": "favicon\/favicon-32x32.png",
        "128": "favicon\/favicon-32x32.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "action": {
        "default_title": "Axen AI",
        "default_popup": "instruction.html"
    }
}