Spry
Spell checking browser extension
Qu'est-ce que Spry ?
Spry est une extension Chrome développée par https://getspry.live, et sa fonction principale est "Spell checking browser extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spry
Téléchargez les fichiers d'extension Spry au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Spry |
ID | onggcalnjopfoelgfklojilnongfilkn |
URL Officiel | https://chromewebstore.google.com/detail/spry/onggcalnjopfoelgfklojilnongfilkn |
Description | Spell checking browser extension |
Taille du Fichier | 5.51 MB |
Nombre d'Installations | 159,104 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2022-04-01 |
Date de Publication | 2022-02-22 |
Évaluation | 4.89/5 Total 9 Évaluations |
Développeur | https://getspry.live |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://getspry.live |
URL de la Page d'Aide | https://getspry.live/contact.html |
URL de la Page de Politique de Confidentialité | https://getspry.live/privacy-policy.html |
Langues Prises en Charge | 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" } } |