Lingofy

Write with style! Lingofy provides clear, concise and consistent text wherever you are writing.

Co je Lingofy?

Lingofy je rozšíření Chrome vyvinuté Lingofy AS, a jeho hlavní funkcí je „Write with style! Lingofy provides clear, concise and consistent text wherever you are writing.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Lingofy

Stáhněte si soubory rozšíření Lingofy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Lingofy is a highly customizable, advanced text proofing system, capable of checking for spelling, style, word usage and proper names. Developed by a team of copy editors and linguists, Lingofy goes beyond spell-checking and proofs your content, providing error-free text in seconds.

Extensions
Everyone has their own preference for writing tools and we don’t think software should confine you. Lingofy provides extensions for web browsers, Google Docs, Microsoft Word and Adobe InDesign. Proof your content from the comfort of your own devices and preferred applications. Lingofy’s browser extensions will give you all the proofing power you need, whether you’re blogging in WordPress, posting on Facebook or tweeting with Hootsuite.
 
Professional tools for today
Proof your content like the pros - against the AP Stylebook or your own custom-made dictionary! Put an end to embarrassing mistakes. Lingofy is designed to meet the modern day challenges content creators face daily. Accuracy and clarity are paramount but you also want to keep your brand and voice. Lingofy brings together all the tools necessary to give you confidence in your writing. 

More than a spell-checker
Whether you’re writing a press release or a sports piece, our proofing system allows one-stop access to multiple dictionary and style resources. Now you can feel confident that your content adheres to your preferred spelling and style.
 
Work and share
Lingofy’s centralized proofing engine ensures that your content is always proofed against the most up-to-date dictionaries and style guides. Lingofy’s presence in the cloud allows you to proof on the go, and set and share style rules with multiple users. 
 
Consistent company style
Maintaining a consistent style of writing across employees can be challenging. Whether your employees number 2 or 20000, Lingofy helps maintain a single voice across all communication.
 
An integrated solution
If Lingofy’s wide array of extensions don’t fit your needs – Lingofy offers a robust API so you can tie its powerful proofing engine directly into your web CMS or editorial production system.                    

Základní Informace o Rozšíření

Název Lingofy Lingofy
ID boaldbonhjahlifomlfompdicecodccc
Oficiální URL https://chromewebstore.google.com/detail/lingofy/boaldbonhjahlifomlfompdicecodccc
Popis Write with style! Lingofy provides clear, concise and consistent text wherever you are writing.
Velikost souboru 94.25 KB
Počet instalací 4,027
Aktuální Verze 2.0.1.34
Poslední Aktualizace 2021-09-21
Datum Vydání 2019-11-15
Hodnocení 3.06/5 Celkem 18 Hodnocení
Vývojář Lingofy AS
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.lingofy.com
URL Stránky Nápovědy https://www.lingofy.com/faq/
URL Stránky Zásad Ochrany Soukromí https://styleguard.com/styleguard-privacy
Podporované Jazyky de,en,en-GB,en-US,fr,nl,no,da,es,pt-BR,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_lingofy_title__",
    "version": "2.0.1.34",
    "description": "__MSG_lingofy_description__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Lingofy",
        "default_popup": "html\/actionMenu.html"
    },
    "background": {
        "page": "html\/background.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "management",
        "browsingData",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        "js\/common.js",
        "js\/loginDialog.js",
        "js\/logoutDialog.js",
        "js\/aboutDialog.js",
        "images\/icon16.png"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/127.0.0.1:*\/*",
            "*:\/\/192.168.0.130:*\/*",
            "*:\/\/dev.lingofy.com\/*",
            "*:\/\/web.lingofy.com\/*",
            "*:\/\/*.lingofy.com\/*",
            "*:\/\/d02.tansademo.net\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}