Alloha
Allo as a Chrome Extension
Wat is Alloha?
Alloha is een Chrome-extensie ontwikkeld door siniux, en de belangrijkste functie is "Allo as a Chrome Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Alloha
Download Alloha-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Want to run Allo on a standalone browser window, just like a grown up chat solution? Now you can! Basisinformatie over de Extensie
| Naam | |
| ID | ibmlkeapapbcbgfgcknfhnkifngkldhe |
| Officiële URL | https://chromewebstore.google.com/detail/alloha/ibmlkeapapbcbgfgcknfhnkifngkldhe |
| Beschrijving | Allo as a Chrome Extension |
| Bestandsgrootte | 71.04 KB |
| Aantal Installaties | 156 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2017-08-28 |
| Publicatiedatum | 2017-08-28 |
| Beoordeling | 4.64/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | siniux |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://play.google.com/store/apps/developer?id=flick |
| Ondersteunde Talen | 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"
]
} | |