Spry
Spell checking browser extension
Vad är Spry?
Spry är en Chrome-tillägg utvecklad av https://getspry.live, och dess huvudfunktion är "Spell checking browser extension".
Tilläggsskärmbilder
Ladda ner Spry-förlängningens CRX-fil
Ladda ner Spry-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | onggcalnjopfoelgfklojilnongfilkn |
| Officiell webbadress | https://chromewebstore.google.com/detail/spry/onggcalnjopfoelgfklojilnongfilkn |
| Beskrivning | Spell checking browser extension |
| Filstorlek | 5.51 MB |
| Antal Installationer | 159,104 |
| Aktuell Version | 1.6 |
| Senast Uppdaterad | 2022-04-01 |
| Publiceringsdatum | 2022-02-22 |
| Betyg | 4.89/5 Totalt 9 Betyg |
| Utvecklare | https://getspry.live |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://getspry.live |
| Hjälpsida URL | https://getspry.live/contact.html |
| URL till Sekretesspolicy Sidan | https://getspry.live/privacy-policy.html |
| Stödda Språk | 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"
}
} | |