Yandex Exit
Extension adds direct Yandex Mail Exit button.
Wat is Yandex Exit?
Yandex Exit is een Chrome-extensie ontwikkeld door Pavel Zhuchkov, en de belangrijkste functie is "Extension adds direct Yandex Mail Exit button.".
Extensie Screenshots
Download het CRX-bestand van de extensie Yandex Exit
Download Yandex Exit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension adds direct Yandex Mail Exit button. Basisinformatie over de Extensie
| Naam | |
| ID | nafadeakokliommofefpdjdipfklcdif |
| Officiële URL | https://chromewebstore.google.com/detail/yandex-exit/nafadeakokliommofefpdjdipfklcdif |
| Beschrijving | Extension adds direct Yandex Mail Exit button. |
| Bestandsgrootte | 23.72 KB |
| Aantal Installaties | 139 |
| Huidige Versie | 1.2.9 |
| Laatst Bijgewerkt | 2015-06-19 |
| Publicatiedatum | 2015-06-19 |
| Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Pavel Zhuchkov |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |