Spry

Spell checking browser extension

Was ist Spry?

Spry ist eine Chrome-Erweiterung, die von https://getspry.live entwickelt wurde, und ihr Hauptmerkmal ist "Spell checking browser extension".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Spry-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spry-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Spry Spry
ID onggcalnjopfoelgfklojilnongfilkn
Offizielle URL https://chromewebstore.google.com/detail/spry/onggcalnjopfoelgfklojilnongfilkn
Beschreibung Spell checking browser extension
Dateigröße 5.51 MB
Installationsanzahl 159,104
Aktuelle Version 1.6
Letztes Update 2022-04-01
Veröffentlichungsdatum 2022-02-22
Bewertung 4.89/5 Insgesamt 9 Bewertungen
Entwickler https://getspry.live
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://getspry.live
Hilfeseite URL https://getspry.live/contact.html
URL der Datenschutzrichtlinien-Seite https://getspry.live/privacy-policy.html
Unterstützte Sprachen 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"
    }
}