Lingofy

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

Lingofyคืออะไร?

Lingofy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lingofy AS และคุณลักษณะหลักของมันคือ "Write with style! Lingofy provides clear, concise and consistent text wherever you are writing."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lingofy

ดาวน์โหลดไฟล์ส่วนขยาย Lingofy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lingofy Lingofy
ID boaldbonhjahlifomlfompdicecodccc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lingofy/boaldbonhjahlifomlfompdicecodccc
คำอธิบาย Write with style! Lingofy provides clear, concise and consistent text wherever you are writing.
ขนาดไฟล์ 94.25 KB
จำนวนการติดตั้ง 4,027
เวอร์ชันปัจจุบัน 2.0.1.34
อัปเดตครั้งล่าสุด 2021-09-21
วันที่เผยแพร่ 2019-11-15
คะแนน 3.06/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา Lingofy AS
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.lingofy.com
URL หน้าช่วยเหลือ https://www.lingofy.com/faq/
URL หน้านโยบายความเป็นส่วนตัว https://styleguard.com/styleguard-privacy
ภาษาที่รองรับ 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"
        }
    ]
}