Alloha
Allo as a Chrome Extension
什么是Alloha?
Alloha是由siniux开发的Chrome扩展程序,该扩展的主要功能是“Allo as a Chrome Extension”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } |