Summerbell

Experimental tools for people with reading differences

What is Summerbell?

Summerbell is a Chrome extension developed by summerbell, and its main feature is "Experimental tools for people with reading differences".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Summerbell Extension CRX File

Download Summerbell extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Summerbell Summerbell
ID bpokmjdjklfmgjpjpnegpigiocbchaen
Official URL https://chromewebstore.google.com/detail/summerbell/bpokmjdjklfmgjpjpnegpigiocbchaen
Description Experimental tools for people with reading differences
File Size 9.82 MB
Installation Count 103
Current Version 1.0.1
Last Updated 2024-01-30
Publish Date 2021-03-02
Rating 5.00/5 Total 3 Ratings
Developer summerbell
Email [email protected]
Payment Type free
Extension Website https://readsummerbell.com
Privacy Policy Page URL https://www.readsummerbell.com/privacy
Supported Languages 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"
    }
}