Spry

Spell checking browser extension

什麼是Spry?

Spry是由https://getspry.live開發的Chrome擴展程式,該擴展的主要功能是“Spell checking browser extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Spry擴展crx文件

下載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
官方網址 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"
    }
}