Yandex Exit

Extension adds direct Yandex Mail Exit button.

什么是Yandex Exit?

Yandex Exit是由Pavel Zhuchkov开发的Chrome扩展程序,该扩展的主要功能是“Extension adds direct Yandex Mail Exit button.”。

扩展截图

screenshot

下载Yandex Exit扩展crx文件

下载Yandex Exit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension adds direct Yandex Mail Exit button.                    

扩展基本信息

名称 Yandex Exit Yandex Exit
ID nafadeakokliommofefpdjdipfklcdif
官方URL https://chromewebstore.google.com/detail/yandex-exit/nafadeakokliommofefpdjdipfklcdif
简介 Extension adds direct Yandex Mail Exit button.
文件大小 23.72 KB
安装次数 139
当前版本 1.2.9
更新时间 2015-06-19
上架时间 2015-06-19
评分 4.86/5 共7次评分
开发者 Pavel Zhuchkov
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}