Writest

Brings you from a writer to the writest.

Writestคืออะไร?

Writest เป็นส่วนขยายของ Chrome ที่พัฒนาโดย splch และคุณลักษณะหลักของมันคือ "Brings you from a writer to the writest."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Writest

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}