Writest

Brings you from a writer to the writest.

Qu'est-ce que Writest ?

Writest est une extension Chrome développée par splch, et sa fonction principale est "Brings you from a writer to the writest.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Writest

Téléchargez les fichiers d'extension Writest au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The text analyzer for chrome.

This isn't your average text analyzer. Complete with virtualized tables (data that loads as you scroll), multi-threaded text analyses, five readability indices, n-gram search, frequency tables, and more, this analyzer will give you the power you need to tackle any writing task.

How to:
— Use the average readability to target your audience
— Compare phrases with n-gram search
— Find repeated phrases or words used too closely together
— Monitor lexical density for understandability
— Edit the text (in the extension) for a more accurate calculation

Learn more or contribute: https://github.com/splch/writest                    

Informations de Base sur l'Extension

Nom Writest Writest
ID bicihfnmkdnfelbedknblndigjejbgcc
URL Officiel https://chromewebstore.google.com/detail/writest/bicihfnmkdnfelbedknblndigjejbgcc
Description Brings you from a writer to the writest.
Taille du Fichier 26.93 KB
Nombre d'Installations 112
Version Actuelle 3.4
Dernière Mise à Jour 2021-12-20
Date de Publication 2021-02-01
Évaluation 5.00/5 Total 3 Évaluations
Développeur splch
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/splch/writest
URL de la Page d'Aide https://github.com/splch/writest/blob/main/LICENSE
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Writest",
    "version": "3.4",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "description": "Brings you from a writer to the writest.",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "Spencer Churchill",
    "homepage_url": "https:\/\/github.com\/splch\/writest\/",
    "minimum_chrome_version": "88",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "scripting"
    ]
}