Alloha

Allo as a Chrome Extension

Allohaとは何ですか?

Allohaはsiniuxによって開発されたChromeの拡張機能で、その主な機能は「Allo as a Chrome Extension」です。

拡張機能のスクリーンショット

screenshot

Alloha拡張機能のCRXファイルをダウンロード

Alloha拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Want to run Allo on a standalone browser window, just like a grown up chat solution? Now you can!                    

拡張機能の基本情報

名前 Alloha Alloha
ID ibmlkeapapbcbgfgcknfhnkifngkldhe
公式URL https://chromewebstore.google.com/detail/alloha/ibmlkeapapbcbgfgcknfhnkifngkldhe
説明 Allo as a Chrome Extension
ファイルサイズ 71.04 KB
インストール数 156
現在のバージョン 0.0.1
最終更新日 2017-08-28
公開日 2017-08-28
評価 4.64/5 合計 11 レビュー
開発者 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": "Alloha",
    "description": "Allo 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": "Alloha"
    },
    "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"
    ]
}