grammarlert

You found a typo, why not flag it to be fixed?

grammarlert란 무엇입니까?

grammarlert은(는) Nacnud Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You found a typo, why not flag it to be fixed?"입니다.

확장 프로그램 스크린샷

screenshot

grammarlert 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You like grammar and appreciate good spelling skills.  We get it.  You visit a website and get hung up on the lousy spelling or grammar that you see and you want to fix it, but you can't.  

Sure, you could leave a comment or try to email the site owner to get it fixed, and you would if you thought it would help, but it doesn't.  The people that read the comments aren't the ones that can fix it and site owners don't typically give out a useful email.  So, you're stuck.  We get it.  We're the same way.

It's ok that you can't fix it, but you can still satisfy your need to point out glaring errors.

Using grammarlert, just highlight the text you think should be fixed, click on the grammarlert icon at the top of your browser and then type in the suggestion.  That suggestion will now be saved forever and anytime the site owner wants to check to see if anyone has found typos on their site, they can just visit grammarlert.com and type in their domain.                    

확장 프로그램 기본 정보

이름 grammarlert grammarlert
ID hdpmankgkmdchccoimhhbookmkhbdmnm
공식 URL https://chromewebstore.google.com/detail/grammarlert/hdpmankgkmdchccoimhhbookmkhbdmnm
설명 You found a typo, why not flag it to be fixed?
파일 크기 28.16 KB
설치 횟수 22
현재 버전 0.0.4
최근 업데이트 2023-07-28
출시 날짜 2014-09-16
평점 3.00/5 총 2 개의 평점
개발자 Nacnud Inc.
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "grammarlert",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "You found a typo, why not flag it to be fixed?",
    "homepage_url": "https:\/\/grammarlert.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "grammarlert",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs"
    ]
}