LIX counter
This extension calculates the LIX-level of the selected text.
Hvad er LIX counter?
LIX counter er en Chrome-udvidelse udviklet af pilehave, og dens hovedfunktion er "This extension calculates the LIX-level of the selected text.".
Udvidelsesskærmbilleder
Download LIX counter-udvidelses-CRX-fil
Download LIX counter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Using this simple extension, you can highlight text and right-click OR click the extension-button, and instantly get the LIX-level (readability) of the text. read more about LIX: http://en.wikipedia.org/wiki/LIX. Precision and result may vary from online tools, but is very close to the official LIX-tool, http://www.lix.se/index.php.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hjeokkjbfhmfldpjcmfbidonomgmnknc |
Officiel URL | https://chrome.google.com/webstore/detail/lix-counter/hjeokkjbfhmfldpjcmfbidonomgmnknc |
Beskrivelse | This extension calculates the LIX-level of the selected text. |
Filstørrelse | 11.65 KB |
Antal Installationer | 101 |
Nuværende Version | 1.1 |
Senest Opdateret | 2017-07-11 |
Udgivelsesdato | 2017-07-11 |
Udvikler | pilehave |
Betalingsmetode | free |
Understøttede Sprog | en,da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescr__", "version": "1.1", "default_locale": "en", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "__MSG_clickDescr__" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "background", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |