Summerbell

Experimental tools for people with reading differences

Summerbell란 무엇입니까?

Summerbell은(는) summerbell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Experimental tools for people with reading differences"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Summerbell helps you read and write with confidence anywhere on the web. Instantly access the Summerbell tools from any site. Use Reader to simplify a long social media post. Use Writer to compose an email. Use WordHelper to break down a tricky word in a news article. You're in control!                    

확장 프로그램 기본 정보

이름 Summerbell Summerbell
ID bpokmjdjklfmgjpjpnegpigiocbchaen
공식 URL https://chromewebstore.google.com/detail/summerbell/bpokmjdjklfmgjpjpnegpigiocbchaen
설명 Experimental tools for people with reading differences
파일 크기 9.82 MB
설치 횟수 103
현재 버전 1.0.1
최근 업데이트 2024-01-30
출시 날짜 2021-03-02
평점 5.00/5 총 3 개의 평점
개발자 summerbell
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://readsummerbell.com
개인정보 보호 정책 페이지 URL https://www.readsummerbell.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summerbell",
    "author": "Skyward LLC",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Experimental tools for people with reading differences",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "24": "assets\/icon-24.png",
        "64": "assets\/icon-64.png",
        "128": "assets\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "assets\/*.svg",
                "assets\/*.mp4",
                "assets\/fonts\/*.otf",
                "assets\/fonts\/*.woff",
                "assets\/fonts\/*.woff2",
                "*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "app.css"
            ]
        }
    ],
    "action": {
        "default_title": "Summerbell"
    }
}