Spry

Spell checking browser extension

What is Spry?

Spry is a Chrome extension developed by https://getspry.live, and its main feature is "Spell checking browser extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Spry Extension CRX File

Download Spry extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Spry Spry
ID onggcalnjopfoelgfklojilnongfilkn
Official URL https://chromewebstore.google.com/detail/spry/onggcalnjopfoelgfklojilnongfilkn
Description Spell checking browser extension
File Size 5.51 MB
Installation Count 159,104
Current Version 1.6
Last Updated 2022-04-01
Publish Date 2022-02-22
Rating 4.89/5 Total 9 Ratings
Developer https://getspry.live
Email [email protected]
Payment Type free
Extension Website https://getspry.live
Help Page URL https://getspry.live/contact.html
Privacy Policy Page URL https://getspry.live/privacy-policy.html
Supported Languages 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"
    }
}