Spry

Spell checking browser extension

O que é Spry?

Spry é uma extensão do Chrome desenvolvida por https://getspry.live, e sua principal característica é "Spell checking browser extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Spry

Baixe arquivos de extensão Spry no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Spry Spry
ID onggcalnjopfoelgfklojilnongfilkn
URL Oficial https://chromewebstore.google.com/detail/spry/onggcalnjopfoelgfklojilnongfilkn
Descrição Spell checking browser extension
Tamanho do Arquivo 5.51 MB
Contagem de Instalações 159,104
Versão Atual 1.6
Última Atualização 2022-04-01
Data de Publicação 2022-02-22
Classificação 4.89/5 Total de 9 Avaliações
Desenvolvedor https://getspry.live
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://getspry.live
URL da Página de Ajuda https://getspry.live/contact.html
URL da Página de Política de Privacidade https://getspry.live/privacy-policy.html
Idiomas Suportados 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"
    }
}