Spry

Spell checking browser extension

Spry란 무엇입니까?

Spry은(는) https://getspry.live에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spell checking browser extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Spry - Check for spellings
Spry - Search the web swiftly from your browser


For more information please visit: https://getspry.live/
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the Get Spry Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://getspry.live/terms-and-conditions.html and privacy policy at https://getspry.live/privacy-policy.html.

The extension will update your new-tab with spelling check engine and search and will change your search engine to be powered by Bing.                    

확장 프로그램 기본 정보

이름 Spry Spry
ID onggcalnjopfoelgfklojilnongfilkn
공식 URL https://chromewebstore.google.com/detail/spry/onggcalnjopfoelgfklojilnongfilkn
설명 Spell checking browser extension
파일 크기 5.51 MB
설치 횟수 159,104
현재 버전 1.6
최근 업데이트 2022-04-01
출시 날짜 2022-02-22
평점 4.89/5 총 9 개의 평점
개발자 https://getspry.live
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getspry.live
도움말 페이지 URL https://getspry.live/contact.html
개인정보 보호 정책 페이지 URL https://getspry.live/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spry",
    "description": "Spell checking browser extension",
    "version": "1.6",
    "manifest_version": 3,
    "homepage_url": "https:\/\/getspry.live\/",
    "background": {
        "service_worker": ".\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": ".\/page\/index.html"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/32x32.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/32x32.png",
            "128": "\/images\/32x32.png"
        }
    },
    "icons": {
        "16": "\/images\/32x32.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/32x32.png",
        "128": "\/images\/32x32.png"
    }
}