Summerbell

Experimental tools for people with reading differences

Что такое Summerbell?

Summerbell - это расширение Chrome, разработанное summerbell, и его основная функция - "Experimental tools for people with reading differences".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Summerbell

Скачайте файлы расширений Summerbell в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}