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