Spry
Spell checking browser extension
Wat is Spry?
Spry is een Chrome-extensie ontwikkeld door https://getspry.live, en de belangrijkste functie is "Spell checking browser extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Spry
Download Spry-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | onggcalnjopfoelgfklojilnongfilkn |
| Officiële URL | https://chromewebstore.google.com/detail/spry/onggcalnjopfoelgfklojilnongfilkn |
| Beschrijving | Spell checking browser extension |
| Bestandsgrootte | 5.51 MB |
| Aantal Installaties | 159,104 |
| Huidige Versie | 1.6 |
| Laatst Bijgewerkt | 2022-04-01 |
| Publicatiedatum | 2022-02-22 |
| Beoordeling | 4.89/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | https://getspry.live |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://getspry.live |
| Help Pagina-URL | https://getspry.live/contact.html |
| URL van de Privacybeleid Pagina | https://getspry.live/privacy-policy.html |
| Ondersteunde Talen | 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"
}
} | |