Spry

Spell checking browser extension

Τι είναι το Spry;

Το Spry είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getspry.live, και η κύρια λειτουργία του είναι "Spell checking browser extension".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Spry

Λήψη αρχείων επέκτασης Spry σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Spry Spry
ID onggcalnjopfoelgfklojilnongfilkn
Επίσημο URL https://chromewebstore.google.com/detail/spry/onggcalnjopfoelgfklojilnongfilkn
Περιγραφή Spell checking browser extension
Μέγεθος Αρχείου 5.51 MB
Αριθμός Εγκαταστάσεων 159,104
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2022-04-01
Ημερομηνία Δημοσίευσης 2022-02-22
Αξιολόγηση 4.89/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://getspry.live
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://getspry.live
Διεύθυνση URL της Σελίδας Βοήθειας https://getspry.live/contact.html
URL της Σελίδας Πολιτικής Απορρήτου https://getspry.live/privacy-policy.html
Υποστηριζόμενες Γλώσσες 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"
    }
}