TRAY Readability tool
Text Readability AnalYzer tool
TRAY Readability tool क्या है?
TRAY Readability tool Nicholas Urban द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Text Readability AnalYzer tool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TRAY Readability tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This tool provides a quick and easy way to test the readability of the selected text, designed to indicate how difficult to read or understand. It gives a score for the most used readability indicators. - Flesch-Kincaid Reading Ease and Grade Level - Gunning-Fog Score - Automated Readability Index (ARI)
एक्सटेंशन की मूल जानकारी
नाम | TRAY Readability tool |
ID | eccbjfaplogblgjpopbihpgfgmlgjamf |
आधिकारिक URL | https://chromewebstore.google.com/detail/tray-readability-tool/eccbjfaplogblgjpopbihpgfgmlgjamf |
विवरण | Text Readability AnalYzer tool |
फ़ाइल का आकार | 23.01 KB |
स्थापना संख्या | 3,933 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2018-10-22 |
प्रकाशन तिथि | 2018-10-22 |
रेटिंग | 2.60/5 कुल 10 रेटिंग्स |
डेवलपर | Nicholas Urban |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TRAY Readability tool", "description": "Text Readability AnalYzer tool", "version": "1.3.0", "author": "Nicholas Urban", "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png", "256": "icon-256.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Make a readability test", "default_icon": "icon-32.png", "default_popup": "popup.html" }, "manifest_version": 2 } |