Alloha
Allo as a Chrome Extension
ما هو Alloha؟
Alloha هو إضافة Chrome تم تطويرها بواسطة siniux، والميزة الرئيسية لها هي "Allo as a Chrome Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Alloha
قم بتنزيل ملفات الامتداد Alloha بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |