Spry
Spell checking browser extension
ما هو Spry؟
Spry هو إضافة Chrome تم تطويرها بواسطة https://getspry.live، والميزة الرئيسية لها هي "Spell checking browser extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spry
قم بتنزيل ملفات الامتداد Spry بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | https://getspry.live/contact.html |
| عنوان صفحة سياسة الخصوصية | 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"
}
} | |