Summerbell

Experimental tools for people with reading differences

Was ist Summerbell?

Summerbell ist eine Chrome-Erweiterung, die von summerbell entwickelt wurde, und ihr Hauptmerkmal ist "Experimental tools for people with reading differences".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Summerbell-Erweiterungs-CRX-Datei herunterladen

Laden Sie Summerbell-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Summerbell Summerbell
ID bpokmjdjklfmgjpjpnegpigiocbchaen
Offizielle URL https://chromewebstore.google.com/detail/summerbell/bpokmjdjklfmgjpjpnegpigiocbchaen
Beschreibung Experimental tools for people with reading differences
Dateigröße 9.82 MB
Installationsanzahl 103
Aktuelle Version 1.0.1
Letztes Update 2024-01-30
Veröffentlichungsdatum 2021-03-02
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler summerbell
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://readsummerbell.com
URL der Datenschutzrichtlinien-Seite https://www.readsummerbell.com/privacy
Unterstützte Sprachen 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"
    }
}