Spry
Spell checking browser extension
Spry क्या है?
Spry https://getspry.live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spell checking browser extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spry एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |