Synonyms Deluxe
Find synonyms for words. Be a deluxe writer with this powerful little widget.
Co to jest Synonyms Deluxe?
Synonyms Deluxe to rozszerzenie Chrome opracowane przez https://jurgen.si, a jego główną funkcją jest „Find synonyms for words. Be a deluxe writer with this powerful little widget.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Synonyms Deluxe
Pobierz pliki rozszerzeń Synonyms Deluxe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kfeajncmldifdopobhjlgbhilblhbekd |
| Oficjalny URL | https://chromewebstore.google.com/detail/synonyms-deluxe/kfeajncmldifdopobhjlgbhilblhbekd |
| Opis | Find synonyms for words. Be a deluxe writer with this powerful little widget. |
| Rozmiar pliku | 397 KB |
| Liczba instalacji | 3,664 |
| Aktualna Wersja | 1.06 |
| Ostatnia Aktualizacja | 2024-01-08 |
| Data Publikacji | 2020-04-06 |
| Ocena | 4.93/5 Łącznie 81 Oceny |
| Deweloper | https://jurgen.si |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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'"
} | |