Synonyms Deluxe
Find synonyms for words. Be a deluxe writer with this powerful little widget.
ما هو Synonyms Deluxe؟
Synonyms Deluxe هو إضافة Chrome تم تطويرها بواسطة https://jurgen.si، والميزة الرئيسية لها هي "Find synonyms for words. Be a deluxe writer with this powerful little widget.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Synonyms Deluxe
قم بتنزيل ملفات الامتداد Synonyms Deluxe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily find synonyms for any English word.
It works like this: you type a word, and Synonyms Deluxe returns a list of synonyms in English language, categorized by their type.
Rich dictionary database, and delightful user experience. Perfect tool for writers and bloggers. معلومات أساسية عن التمديد
| الاسم | |
| ID | kfeajncmldifdopobhjlgbhilblhbekd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/synonyms-deluxe/kfeajncmldifdopobhjlgbhilblhbekd |
| الوصف | Find synonyms for words. Be a deluxe writer with this powerful little widget. |
| حجم الملف | 397 KB |
| عدد التثبيتات | 3,664 |
| النسخة الحالية | 1.06 |
| آخر تحديث | 2024-01-08 |
| تاريخ النشر | 2020-04-06 |
| تقييم | 4.93/5 مجموع تقييمات 81 |
| المطور | https://jurgen.si |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Synonyms Deluxe",
"version": "1.06",
"description": "Find synonyms for words. Be a deluxe writer with this powerful little widget.",
"manifest_version": 2,
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"128": "icon128.png",
"256": "icon256.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |