Ludwig.guru

Use the Ludwig extension to search Ludwig while writing on Chrome and to write better English. Ludwig is the perfect writing…

Ludwig.guru란 무엇입니까?

Ludwig.guru은(는) https://ludwig.guru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the Ludwig extension to search Ludwig while writing on Chrome and to write better English. Ludwig is the perfect writing…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Ludwig.guru 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use the Ludwig extension to search Ludwig while writing on Chrome and to write better English. Ludwig is the perfect writing assistant on Gmail, Google Doc, Medium, Twitter or anywhere you write. How? 
1 > Highlight a piece of text 
2 > Click on Ludwig’s popup (you can search for examples or rewrite any sentence)
3 > Get the examples you need to boost your writing inspiration

LUDWIG: YOUR WRITING COMPANION
Ludwig is the writing assistant that helps you find new sentences or confirm what you are writing.  
When you type a word or a sentence in English, Ludwig returns contextualized examples taken from reliable sources like the New York Times, The Guardian, Science, well-written English papers, etc. 

You can use these examples to:
● Do a sanity check on a sentence to see if it’s grammatically correct and properly used in the way and context you’re using it.
● Find similar sentences to discover if there are other ways to express your ideas.
● Translate with a grain of salt: by searching in your language, a number of contextualized examples of translation will help you figure out what’s the best way to translate something in English. 
● Get information, inspiration and statistics about sentences using the advanced search options.
● Look up definitions and synonyms in the dictionary that Ludwig provides.
● Paraphrase any sentence to find new ways of expressing your ideas.

Ludwig is not a grammar checker nor a translator nor a dictionary nor a collocation dictionary.  Ludwig is simply the ideal partner to help put your words in order with your thoughts. And build your confidence and career one perfect sentence at a time.

☆ Are you a Ph.D. student? 
☞ Use Ludwig to write your thesis.

☆ Are you a researcher? 
☞ Use Ludwig to get that career-defining paper published.

☆ Are you a Student? 
☞ Use Ludwig to pass that exam with great marks.

☆ Are you a Translator? 
☞ Use Ludwig to spend less time checking jargon and expressions and increase your productivity. 

☆ Are you an editor, blogger, writer, marketer, journalist, entrepreneur editor, or a copywriter? 
☞ Don't miss any work opportunity: your success may depend on your next email.

Ludwig helps everyone turn their ideas into well-written English phrases.

Start speaking your mind, in writing.
Write smarter, write with Ludwig.                    

확장 프로그램 기본 정보

이름 Ludwig.guru Ludwig.guru
ID mddofjlammcffeigngeniglccdbfgnhh
공식 URL https://chromewebstore.google.com/detail/ludwigguru/mddofjlammcffeigngeniglccdbfgnhh
설명 Use the Ludwig extension to search Ludwig while writing on Chrome and to write better English. Ludwig is the perfect writing…
파일 크기 1.76 MB
설치 횟수 10,000
현재 버전 2.0.16
최근 업데이트 2023-03-09
출시 날짜 2021-05-17
평점 4.14/5 총 22 개의 평점
개발자 https://ludwig.guru
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://ludwig.guru/
개인정보 보호 정책 페이지 URL https://ludwig.guru/terms
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ludwig.guru",
    "version": "2.0.16",
    "version_name": "2.0.16",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "background",
        "storage",
        "tabs",
        "cookies",
        "clipboardWrite",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.ludwig.guru\/*",
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.ludwig.guru\/*"
        ]
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "index.html",
                "popup.html",
                "assets\/index.e205e47f.js",
                "assets\/sendMessage.a9b570d1.js",
                "assets\/hostnameStorage.ae018b0d.js",
                "assets\/utilities.6db1e83a.js",
                "assets\/injectGoogleFonts.a8eef7a2.js",
                "assets\/index.c46743f4.js",
                "assets\/tslib.es6.ba011ca4.js",
                "assets\/index.jsx.892fcb0a.js",
                "assets\/index.js.1b117aea.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "icons": {
        "16": "src\/assets\/icon_sq_16x16.png",
        "32": "src\/assets\/icon_sq_32x32.png",
        "48": "src\/assets\/icon_sq_48x48.png",
        "64": "src\/assets\/icon_sq_64x64.png",
        "128": "src\/assets\/icon_sq_128x128.png"
    }
}