Spellinger

Spellinger - spelling out site content

Spellinger란 무엇입니까?

Spellinger은(는) sergo.labar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spellinger - spelling out site content"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Check the spelling of the site content. The extension allows you to find spelling errors on the pages of the site. A very useful extension for web developers. Supports 3 languages: Russian, Ukrainian and English.                    

확장 프로그램 기본 정보

이름 Spellinger Spellinger
ID ebldcekbhkmgibmbleabdbapkhhhdjib
공식 URL https://chromewebstore.google.com/detail/spellinger/ebldcekbhkmgibmbleabdbapkhhhdjib
설명 Spellinger - spelling out site content
파일 크기 133 KB
설치 횟수 1,129
현재 버전 1.0.6
최근 업데이트 2017-04-18
출시 날짜 2017-04-18
평점 3.25/5 총 8 개의 평점
개발자 sergo.labar
결제 유형 free
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "1.0.6",
    "default_locale": "ru",
    "minimum_chrome_version": "20.0",
    "description": "__MSG_description__",
    "background": {
        "page": "html\/background.html"
    },
    "icons": {
        "48": "images\/icon48x48.png",
        "128": "images\/128x128cuted.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19x19.png",
            "38": "images\/icon38x38.png"
        },
        "default_title": "Spellinger",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/libs\/jquery-1.10.2.min.js",
                "js\/libs\/jquery.scrollTo.min.js",
                "js\/dist\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}