android messages
android messages as a Chrome Extension
android messagesとは何ですか?
android messagesはsiniuxによって開発されたChromeの拡張機能で、その主な機能は「android messages as a Chrome Extension」です。
android messages拡張機能のCRXファイルをダウンロード
android messages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Want to run 'android messages' on a standalone browser window, just like a grown up chat solution? Now you can! 拡張機能の基本情報
| 名前 | |
| ID | meknbncbeioaffkoibipojfjibmfbnld |
| 公式URL | https://chromewebstore.google.com/detail/android-messages/meknbncbeioaffkoibipojfjibmfbnld |
| 説明 | android messages as a Chrome Extension |
| ファイルサイズ | 49.75 KB |
| インストール数 | 823 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2018-06-18 |
| 公開日 | 2018-06-18 |
| 評価 | 3.80/5 合計 5 レビュー |
| 開発者 | siniux |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://play.google.com/store/apps/developer?id=flick |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "android messages",
"description": "android messages as a Chrome Extension",
"version": "0.0.1",
"author": "siniux",
"browser_action": {
"default_icon": {
"16": "assets\/icon_16.png",
"24": "assets\/icon_24.png",
"32": "assets\/icon_32.png"
},
"default_title": "android messages"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "assets\/icon_16.png",
"48": "assets\/icon_48.png",
"96": "assets\/icon_96.png",
"128": "assets\/icon_128.png",
"256": "assets\/icon_256.png"
},
"permissions": [
"notifications"
]
} | |