VK ALARM
This extension helps to notify several users of VK.com from the conversation in which you are a member.
什麼是VK ALARM?
VK ALARM是由ishpartko開發的Chrome擴展程式,該擴展的主要功能是“This extension helps to notify several users of VK.com from the conversation in which you are a member.”。
擴展截圖
下載VK ALARM擴展crx文件
下載VK ALARM擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Дополнение позволяет уведомить сразу нескольких пользователей в беседе ВКонтакте. История разработки: Любой активный пользователь ВК состоит в беседах. Но не у всех пользователей есть время постоянно читать беседы полностью. Для этого ВКонтакте ввели функцию упоминания - @id-of-user (title), и тому, чей ник так указали придет уведомление. Но так, вручную, перечислять всех пользователей очень долго, особенно если в беседе >50 человек. Это расширение позволяет автоматизировать этот процесс.
擴展基本資訊
名稱 | |
ID | fnjkdijgeljodhjnbajneehncohnoifm |
官方網址 | https://chromewebstore.google.com/detail/vk-alarm/fnjkdijgeljodhjnbajneehncohnoifm |
簡介 | This extension helps to notify several users of VK.com from the conversation in which you are a member. |
檔案大小 | 254 KB |
安裝次數 | 11 |
目前版本 | 1.111 |
更新時間 | 2019-01-11 |
上架時間 | 2019-01-11 |
評分 | 5.00/5 共 1 次評分 |
開發者 | ishpartko |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VK ALARM", "description": "This extension helps to notify several users of VK.com from the conversation in which you are a member.", "author": "Ivan Shpartko", "version": "1.111", "icons": { "128": "icons\/icon128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/vk.com\/*" ], "js": [ "dist\/bundle.js" ] } ] } |