Spry
Spell checking browser extension
Apa itu Spry?
Spry adalah ekstensi Chrome yang dikembangkan oleh https://getspry.live, dan fitur utamanya adalah "Spell checking browser extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Spry
Unduh file ekstensi Spry dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Spry |
ID | onggcalnjopfoelgfklojilnongfilkn |
URL Resmi | https://chromewebstore.google.com/detail/spry/onggcalnjopfoelgfklojilnongfilkn |
Deskripsi | Spell checking browser extension |
Ukuran File | 5.51 MB |
Jumlah Instalasi | 159,104 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2022-04-01 |
Tanggal Publikasi | 2022-02-22 |
Penilaian | 4.89/5 Total 9 Penilaian |
Pengembang | https://getspry.live |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://getspry.live |
URL Halaman Bantuan | https://getspry.live/contact.html |
URL Halaman Kebijakan Privasi | https://getspry.live/privacy-policy.html |
Bahasa yang Didukung | 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" } } |