Find sentence examples
Search for sentence examples of the selected text
Co to jest Find sentence examples?
Find sentence examples to rozszerzenie Chrome opracowane przez Quy Nguyen, a jego główną funkcją jest „Search for sentence examples of the selected text”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Find sentence examples
Pobierz pliki rozszerzeń Find sentence examples 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
Search for sentence examples of the selected text
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ghoefpijelienlldlkgnlgihkjgdllok |
Oficjalny URL | https://chrome.google.com/webstore/detail/find-sentence-examples/ghoefpijelienlldlkgnlgihkjgdllok |
Opis | Search for sentence examples of the selected text |
Rozmiar pliku | 44.53 KB |
Liczba instalacji | 320 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-01-01 |
Data Publikacji | 2018-01-01 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Quy Nguyen |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find sentence examples", "version": "1.0", "manifest_version": 2, "description": "Search for sentence examples of the selected text", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "your_dictionary.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": [ { "name": "Quy Nguyen", "email": "[email protected]" } ] } |