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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}