Yandex Exit
Extension adds direct Yandex Mail Exit button.
Co to jest Yandex Exit?
Yandex Exit to rozszerzenie Chrome opracowane przez Pavel Zhuchkov, a jego główną funkcją jest „Extension adds direct Yandex Mail Exit button.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Yandex Exit
Pobierz pliki rozszerzeń Yandex Exit 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
Extension adds direct Yandex Mail Exit button.
Podstawowe informacje o rozszerzeniu
Nazwa | Yandex Exit |
ID | nafadeakokliommofefpdjdipfklcdif |
Oficjalny URL | https://chromewebstore.google.com/detail/yandex-exit/nafadeakokliommofefpdjdipfklcdif |
Opis | Extension adds direct Yandex Mail Exit button. |
Rozmiar pliku | 23.72 KB |
Liczba instalacji | 139 |
Aktualna Wersja | 1.2.9 |
Ostatnia Aktualizacja | 2015-06-19 |
Data Publikacji | 2015-06-19 |
Ocena | 4.86/5 Łącznie 7 Oceny |
Deweloper | Pavel Zhuchkov |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | de,en,fr,tr,et,es,lv,lt,pl,ro,ru,uk,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_shortAppName__", "description": "__MSG_appDesc__", "default_locale": "ru", "version": "1.2.9", "author": "__MSG_appAuthor__", "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "tabs", "*:\/\/*.yandex.ru\/*", "*:\/\/*.yandex.com\/*", "*:\/\/*.yandex.kz\/*", "*:\/\/*.yandex.ua\/*", "*:\/\/*.yandex.by\/*", "*:\/\/*.yandex.tr\/*" ] } |