Context Menu for Google Translate (To Arabic)
Adds a right-click menu item that makes it easy to translate selected text in Google Translate to Arabic ™.
Co to jest Context Menu for Google Translate (To Arabic)?
Context Menu for Google Translate (To Arabic) to rozszerzenie Chrome opracowane przez omarabusafieh, a jego główną funkcją jest „Adds a right-click menu item that makes it easy to translate selected text in Google Translate to Arabic ™.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Context Menu for Google Translate (To Arabic)
Pobierz pliki rozszerzeń Context Menu for Google Translate (To Arabic) 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
Adds a right-click menu item that makes it easy to translate selected text in Google Translate to Arabic . easy translate from english to arabic تقوم هذة الاضافة بإضافة خيار ترجمة سريع عندما تقوم بتحديد النص والضغط على زر الفأره الأيمن ترجمة انجليزي الى عربي
Podstawowe informacje o rozszerzeniu
Nazwa | Context Menu for Google Translate (To Arabic) |
ID | cmfimhenkhlmlihjomccicfbmcgdgiao |
Oficjalny URL | https://chromewebstore.google.com/detail/context-menu-for-google-t/cmfimhenkhlmlihjomccicfbmcgdgiao |
Opis | Adds a right-click menu item that makes it easy to translate selected text in Google Translate to Arabic ™. |
Rozmiar pliku | 102 KB |
Liczba instalacji | 1,258 |
Aktualna Wersja | 1.3.2 |
Ostatnia Aktualizacja | 2014-01-28 |
Data Publikacji | 2014-01-28 |
Ocena | 4.47/5 Łącznie 19 Oceny |
Deweloper | omarabusafieh |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | ar |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "description": "Adds a right-click menu item that makes it easy to translate selected text in Google Translate to Arabic \u2122.", "icons": { "128": "icon_128.png", "16": "icon_16.png" }, "name": "Context Menu for Google Translate (To Arabic)", "permissions": [ "contextMenus" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3.2", "manifest_version": 2 } |