Writest

Brings you from a writer to the writest.

什么是Writest?

Writest是由splch开发的Chrome扩展程序,该扩展的主要功能是“Brings you from a writer to the writest.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Writest扩展crx文件

下载Writest扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Writest Writest
ID bicihfnmkdnfelbedknblndigjejbgcc
官方URL https://chromewebstore.google.com/detail/writest/bicihfnmkdnfelbedknblndigjejbgcc
简介 Brings you from a writer to the writest.
文件大小 26.93 KB
安装次数 112
当前版本 3.4
更新时间 2021-12-20
上架时间 2021-02-01
评分 5.00/5 共3次评分
开发者 splch
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/splch/writest
帮助页面URL https://github.com/splch/writest/blob/main/LICENSE
支持的语言 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"
    ]
}