Selection Translator
It's a simple selection translator. No complex UI !
Co to jest Selection Translator?
Selection Translator to rozszerzenie Chrome opracowane przez Sita's, a jego główną funkcją jest „It's a simple selection translator. No complex UI !”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Selection Translator
Pobierz pliki rozszerzeń Selection Translator 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
Just select the text and you are done ! This is time saving, fast and simple to use. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | anhalogecnnmbgojhjffbdfimlpemoop |
| Oficjalny URL | https://chromewebstore.google.com/detail/selection-translator/anhalogecnnmbgojhjffbdfimlpemoop |
| Opis | It's a simple selection translator. No complex UI ! |
| Rozmiar pliku | 8.42 KB |
| Liczba instalacji | 462 |
| Aktualna Wersja | 0.1.9 |
| Ostatnia Aktualizacja | 2018-09-05 |
| Data Publikacji | 2018-09-05 |
| Ocena | 4.50/5 Łącznie 2 Oceny |
| Deweloper | Sita's |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Selection Translator",
"version": "0.1.9",
"description": "It's a simple selection translator. No complex UI !",
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |