NeuralWriter — rewriting and paraphrasing

Allow hard paraphrase/rewrite mode for neuralwriter

NeuralWriter — rewriting and paraphrasingคืออะไร?

NeuralWriter — rewriting and paraphrasing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://neuralwriter.com และคุณลักษณะหลักของมันคือ "Allow hard paraphrase/rewrite mode for neuralwriter"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NeuralWriter — rewriting and paraphrasing

ดาวน์โหลดไฟล์ส่วนขยาย NeuralWriter — rewriting and paraphrasing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        !!!NEW!!! Would you like to automate paraphrasing? Take advantage of our new API:
https://rapidapi.com/neuralwriter-neuralwriter-default/api/paraphrasing-and-rewriter-api/pricing

NeuralWriter - is an online text rewriter and synonymizer based on neural networks. Also with us you can summarize text and use a modern AI text translator with no charge.

With this extension, you can use the "Hard" mode in the rewriter, which makes the text more unique and difficult to distinguish from the original. Also NO ads on the site, FASTER response for your rewrite requests and NO additional payments for the service forever.

➤ Paraphraser

Our online paraphrasing tool can make any text unique. The program not only changes words with synonyms or does the usual rewrite, it can change and append entire phrases. Rewrite will be hard to distinguish from human work. We can rewording any text and articles. You'll get a free tool that gives you plagiarism free text.

➤ Summarizer

We process a longer text and start highlighting important fragments from it, all this happens thanks to Natural Language Processing and an AI based internal tool. After analyzing the entire text, we generate a shorter one (summary of text) that conveys the main point of the article in a short and understandable way.

Actually there are two main types of summary generator, extraction and abstractive summarization, the difference is that the first extracts the main content and makes it shorter by merging it, and the second uses NLP technology which in addition changes the sentence structure.

➤ Translator

Our universal translator can easily translate into many languages, using a modern approach and neural networks, we were able to train our translator to translate words and sentences better than legacy models. We have no limits on the number of transfers or any other. Our online translator works for free and without interruption!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NeuralWriter — rewriting and paraphrasing NeuralWriter — rewriting and paraphrasing
ID gfcjepjdkheiliokjanjkhfhfdmapcah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/neuralwriter-%E2%80%94-rewriting/gfcjepjdkheiliokjanjkhfhfdmapcah
คำอธิบาย Allow hard paraphrase/rewrite mode for neuralwriter
ขนาดไฟล์ 32.06 KB
จำนวนการติดตั้ง 144,898
เวอร์ชันปัจจุบัน 1.0.21
อัปเดตครั้งล่าสุด 2023-08-09
วันที่เผยแพร่ 2023-01-04
คะแนน 3.29/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://neuralwriter.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://neuralwriter.com
URL หน้าช่วยเหลือ https://neuralwriter.com
URL หน้านโยบายความเป็นส่วนตัว https://showcode.me/privacy.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "96",
    "name": "NeuralWriter \u2014 rewriting and paraphrasing",
    "version": "1.0.21",
    "description": "Allow hard paraphrase\/rewrite mode for neuralwriter",
    "permissions": [
        "scripting",
        "alarms",
        "background",
        "storage",
        "system.display",
        "idle",
        "declarativeNetRequest",
        "proxy",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "general.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "nw.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Neural Writer"
    },
    "icons": {
        "128": "128.png"
    }
}