Spry
Spell checking browser extension
Что такое Spry?
Spry - это расширение Chrome, разработанное https://getspry.live, и его основная функция - "Spell checking browser extension".
Снимки экрана расширения
Скачать файл 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 |
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" } } |