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 |
| 公式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 |
| Eメール | [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\/*"
]
} | |