Lingofy

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

O que é Lingofy?

Lingofy é uma extensão do Chrome desenvolvida por Lingofy AS, e sua principal característica é "Write with style! Lingofy provides clear, concise and consistent text wherever you are writing.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Lingofy

Baixe arquivos de extensão Lingofy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Lingofy Lingofy
ID boaldbonhjahlifomlfompdicecodccc
URL Oficial https://chromewebstore.google.com/detail/lingofy/boaldbonhjahlifomlfompdicecodccc
Descrição Write with style! Lingofy provides clear, concise and consistent text wherever you are writing.
Tamanho do Arquivo 94.25 KB
Contagem de Instalações 4,027
Versão Atual 2.0.1.34
Última Atualização 2021-09-21
Data de Publicação 2019-11-15
Classificação 3.06/5 Total de 18 Avaliações
Desenvolvedor Lingofy AS
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.lingofy.com
URL da Página de Ajuda https://www.lingofy.com/faq/
URL da Página de Política de Privacidade https://styleguard.com/styleguard-privacy
Idiomas Suportados 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"
        }
    ]
}