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
Eメール [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"
    ]
}