Yandex Exit
Extension adds direct Yandex Mail Exit button.
什麼是Yandex Exit?
Yandex Exit是由Pavel Zhuchkov開發的Chrome擴展程式,該擴展的主要功能是“Extension adds direct Yandex Mail Exit button.”。
擴展截圖
下載Yandex Exit擴展crx文件
下載Yandex Exit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension adds direct Yandex Mail Exit button. 擴展基本資訊
| 名稱 | |
| ID | nafadeakokliommofefpdjdipfklcdif |
| 官方網址 | 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\/*"
]
} | |