Let's Chat Notifier
The extention notifiy of let's chat.
ما هو Let's Chat Notifier؟
Let's Chat Notifier هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "The extention notifiy of let's chat.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Let's Chat Notifier
قم بتنزيل ملفات الامتداد Let's Chat Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Let's Chatの非公式 Google Chrome 拡張です。 未読メッセージの数をバッジに表示します。 ボタンをクリックすると、Let' Chat を開くこともできます。 ▼使い方 1. インストールしてください。 2. この拡張のオプションにあなたのLet's ChatのURLとAPIトークンをいれてください。
معلومات أساسية عن التمديد
الاسم | Let's Chat Notifier |
ID | aplfpnlhcgimfmahjaomlcljkpeplfmm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lets-chat-notifier/aplfpnlhcgimfmahjaomlcljkpeplfmm |
الوصف | The extention notifiy of let's chat. |
حجم الملف | 72.93 KB |
عدد التثبيتات | 29 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2015-12-08 |
تاريخ النشر | 2015-12-08 |
المطور | Unknown |
نوع الدفع | free |
موقع الإضافة | https://github.com/tohrinagi/lets-chat-notifier |
اللغات المدعومة | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Let's Chat Notifier", "version": "1.0.0", "manifest_version": 2, "description": "The extention notifiy of let's chat.", "options_page": "html\/options.html", "background": { "scripts": [ "js\/jquery-2.1.4.min.js", "js\/storage.js", "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Let's Chat Notifier" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |