Spry
Spell checking browser extension
Spry là gì?
Spry là một tiện ích mở rộng Chrome được phát triển bởi https://getspry.live, và tính năng chính của nó là "Spell checking browser extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spry
Tải xuống các tệp mở rộng Spry dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spry |
ID | onggcalnjopfoelgfklojilnongfilkn |
URL Chính Thức | https://chromewebstore.google.com/detail/spry/onggcalnjopfoelgfklojilnongfilkn |
Mô tả | Spell checking browser extension |
Kích Thước Tệp | 5.51 MB |
Số Lần Cài Đặt | 159,104 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2022-04-01 |
Ngày Phát Hành | 2022-02-22 |
Đánh Giá | 4.89/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://getspry.live |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://getspry.live |
URL Trang Trợ Giúp | https://getspry.live/contact.html |
URL Trang Chính Sách Bảo Mật | https://getspry.live/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |