Spry

Spell checking browser extension

Spryคืออะไร?

Spry เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getspry.live และคุณลักษณะหลักของมันคือ "Spell checking browser extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spry

ดาวน์โหลดไฟล์ส่วนขยาย Spry ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Spry - Check for spellings
Spry - Search the web swiftly from your browser


For more information please visit: https://getspry.live/
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the Get Spry Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://getspry.live/terms-and-conditions.html and privacy policy at https://getspry.live/privacy-policy.html.

The extension will update your new-tab with spelling check engine and search and will change your search engine to be powered by Bing.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spry Spry
ID onggcalnjopfoelgfklojilnongfilkn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spry/onggcalnjopfoelgfklojilnongfilkn
คำอธิบาย Spell checking browser extension
ขนาดไฟล์ 5.51 MB
จำนวนการติดตั้ง 159,104
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2022-04-01
วันที่เผยแพร่ 2022-02-22
คะแนน 4.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://getspry.live
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getspry.live
URL หน้าช่วยเหลือ https://getspry.live/contact.html
URL หน้านโยบายความเป็นส่วนตัว https://getspry.live/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spry",
    "description": "Spell checking browser extension",
    "version": "1.6",
    "manifest_version": 3,
    "homepage_url": "https:\/\/getspry.live\/",
    "background": {
        "service_worker": ".\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": ".\/page\/index.html"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/32x32.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/32x32.png",
            "128": "\/images\/32x32.png"
        }
    },
    "icons": {
        "16": "\/images\/32x32.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/32x32.png",
        "128": "\/images\/32x32.png"
    }
}