Spry

Spell checking browser extension

Cos'è Spry?

Spry è un'estensione di Chrome sviluppata da https://getspry.live, e la sua funzione principale è "Spell checking browser extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Spry

Scarica i file di estensione Spry in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Spry Spry
ID onggcalnjopfoelgfklojilnongfilkn
URL Ufficiale https://chromewebstore.google.com/detail/spry/onggcalnjopfoelgfklojilnongfilkn
Descrizione Spell checking browser extension
Dimensione del File 5.51 MB
Conteggio Installazioni 159,104
Versione Corrente 1.6
Ultimo Aggiornamento 2022-04-01
Data di Pubblicazione 2022-02-22
Valutazione 4.89/5 Totale 9 Valutazioni
Sviluppatore https://getspry.live
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getspry.live
URL della Pagina di Aiuto https://getspry.live/contact.html
URL della Pagina della Politica sulla Privacy https://getspry.live/privacy-policy.html
Lingue Supportate 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"
    }
}