Lingofy

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

Cos'è Lingofy?

Lingofy è un'estensione di Chrome sviluppata da Lingofy AS, e la sua funzione principale è "Write with style! Lingofy provides clear, concise and consistent text wherever you are writing.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Lingofy

Scarica i file di estensione Lingofy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lingofy Lingofy
ID boaldbonhjahlifomlfompdicecodccc
URL Ufficiale https://chromewebstore.google.com/detail/lingofy/boaldbonhjahlifomlfompdicecodccc
Descrizione Write with style! Lingofy provides clear, concise and consistent text wherever you are writing.
Dimensione del File 94.25 KB
Conteggio Installazioni 4,027
Versione Corrente 2.0.1.34
Ultimo Aggiornamento 2021-09-21
Data di Pubblicazione 2019-11-15
Valutazione 3.06/5 Totale 18 Valutazioni
Sviluppatore Lingofy AS
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.lingofy.com
URL della Pagina di Aiuto https://www.lingofy.com/faq/
URL della Pagina della Politica sulla Privacy https://styleguard.com/styleguard-privacy
Lingue Supportate 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"
        }
    ]
}