Lingofy

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

¿Qué es Lingofy?

Lingofy es una extensión de Chrome desarrollada por Lingofy AS, y su función principal es "Write with style! Lingofy provides clear, concise and consistent text wherever you are writing.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Lingofy

Descarga archivos de extensión Lingofy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Lingofy Lingofy
ID boaldbonhjahlifomlfompdicecodccc
URL Oficial https://chromewebstore.google.com/detail/lingofy/boaldbonhjahlifomlfompdicecodccc
Descripción Write with style! Lingofy provides clear, concise and consistent text wherever you are writing.
Tamaño del Archivo 94.25 KB
Cantidad de Instalaciones 4,027
Versión Actual 2.0.1.34
Última Actualización 2021-09-21
Fecha de Publicación 2019-11-15
Calificación 3.06/5 Total de 18 Calificaciones
Desarrollador Lingofy AS
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.lingofy.com
URL de la Página de Ayuda https://www.lingofy.com/faq/
URL de la Página de Política de Privacidad https://styleguard.com/styleguard-privacy
Idiomas Soportados 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"
        }
    ]
}