Look-it-up
Adds context menu item that looks up selected text on dictionary sites
Co to jest Look-it-up?
Look-it-up to rozszerzenie Chrome opracowane przez https://timothytocci.wordpress.com, a jego główną funkcją jest „Adds context menu item that looks up selected text on dictionary sites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Look-it-up
Pobierz pliki rozszerzeń Look-it-up 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
A simple extension that will look up selected text on a number of different dictionary sites. You have the choice of dictionary.com, merriam-webster.com (dictionary and thesaurus), thefreedictionary.com, thesaurus.com, urbandictionary.com, wikipedia.org, wiktionary.org, and yourdictionary.com to look selected terms up with. There is an options page to enable or disable the different menu items included. To view the source code for this extension and many more visit: http://timothytocci.com/
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ipjahghegoomngoikgmnngibghgockhm |
Oficjalny URL | https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm |
Opis | Adds context menu item that looks up selected text on dictionary sites |
Rozmiar pliku | 12.31 KB |
Liczba instalacji | 274 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2014-05-31 |
Data Publikacji | 2014-05-31 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | https://timothytocci.wordpress.com |
Typ Płatności | free |
Strona Rozszerzenia | http://timothytocci.com/ |
Adres URL Strony Pomocy | http://timothytocci.com/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Look-it-up", "description": "Adds context menu item that looks up selected text on dictionary sites", "version": "0.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "app.js" ] }, "options_page": "options.html", "icons": { "16": "book16.png", "32": "book32.png", "48": "book48.png", "128": "book128.png" }, "manifest_version": 2 } |