Writefull for Overleaf

Writefull is automated proofreading for academic writing. This version of Writefull provides support for Overleaf.

Τι είναι το Writefull for Overleaf;

Το Writefull for Overleaf είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://writefull.com, και η κύρια λειτουργία του είναι "Writefull is automated proofreading for academic writing. This version of Writefull provides support for Overleaf.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Writefull for Overleaf

Λήψη αρχείων επέκτασης Writefull for Overleaf σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Need a writing and copyediting tool in Overleaf, tailored to the demands of scientific writing? Look no further. This extension not only gives comprehensive language feedback right in your LaTeX source code, but also gives you a set of AI-driven widgets to help you write.

How it works:

1) Open any document in Overleaf and see Writefull's language edits improving grammar, vocabulary, spelling, phrasing, and much more.
2) Accept the language edits and see your LaTeX source code instantly updated.
3) Use the widgets to paraphrase sentences, auto-generate titles, auto-generate abstracts, browse academic phrases, and check stats on words and phrases in published papers. 

Why this extension?

•  Its AI language models have been trained on millions of published journal articles, and give language feedback tailored to scientific writing. They are trusted by prestigious academic publishers and institutions around the world. 

• It understands LaTeX, recognizing LaTeX commands and symbols.

• It provides comprehensive language feedback, correcting your grammar, spelling, vocabulary, punctuation, style, phrasing, and more - all taking context into account.

• Beyond a language check, the extension offers a selection of writing support features, from automated text generation to example sentences from published papers. 

Install the extension now and get the best scientific language feedback and writing widgets, within Overleaf.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Writefull for Overleaf Writefull for Overleaf
ID edhnemgfcihjcpfhkoiiejgedkbefnhg
Επίσημο URL https://chromewebstore.google.com/detail/writefull-for-overleaf/edhnemgfcihjcpfhkoiiejgedkbefnhg
Περιγραφή Writefull is automated proofreading for academic writing. This version of Writefull provides support for Overleaf.
Μέγεθος Αρχείου 918 KB
Αριθμός Εγκαταστάσεων 101,584
Τρέχουσα Έκδοση 2.2.0
Τελευταία Ενημέρωση 2023-12-19
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 4.25/5 Συνολικά 87 Αξιολογήσεις
Προγραμματιστής https://writefull.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://writefull.com
Διεύθυνση URL της Σελίδας Βοήθειας https://writefull.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.writefull.com/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Writefull for Overleaf",
    "version": "2.2.0",
    "icons": {
        "48": "assets\/icon48.png",
        "128": "assets\/icon.png"
    },
    "description": "Writefull is automated proofreading for academic writing. This version of Writefull provides support for Overleaf.",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.overleaf.com\/project\/*",
            "https:\/\/*.overleaf.com\/user\/settings*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "overleaf.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.overleaf.com\/project\/*"
            ]
        },
        {
            "js": [
                "overleaf_settings.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.overleaf.com\/user\/settings*"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/icon.png"
    ]
}