Synonyms
This extension searches dictionary.com to get the meaning of the selected word.
Was ist Synonyms?
Synonyms ist eine Chrome-Erweiterung, die von sandeepkkothari entwickelt wurde, und ihr Hauptmerkmal ist "This extension searches dictionary.com to get the meaning of the selected word.".
Synonyms-Erweiterungs-CRX-Datei herunterladen
Laden Sie Synonyms-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension searches the meaning of the selected word. This helps the user to look up for the meaning without changing tab. Please provide review if you like it...
Grundlegende Informationen zur Erweiterung
Name | |
ID | mhkkedebchmmoppeaphchfnddbjoddif |
Offizielle URL | https://chrome.google.com/webstore/detail/synonyms/mhkkedebchmmoppeaphchfnddbjoddif |
Beschreibung | This extension searches dictionary.com to get the meaning of the selected word. |
Dateigröße | 157 KB |
Installationsanzahl | 360 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-11-03 |
Veröffentlichungsdatum | 2015-11-03 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | sandeepkkothari |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Synonyms", "description": "This extension searches dictionary.com to get the meaning of the selected word.", "version": "1.0", "browser_action": { "default_icon": "dic.png", "default_popup": "syn.html" }, "permissions": [ "activeTab", "contextMenus" ] } |