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