Writest

Brings you from a writer to the writest.

Writest क्या है?

Writest splch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brings you from a writer to the writest."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Writest एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}