Slack History
Extension to keep Slack history
什么是Slack History?
Slack History是由adrian.nicos开发的Chrome扩展程序,该扩展的主要功能是“Extension to keep Slack history”。
扩展截图
下载Slack History扩展crx文件
下载Slack History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allow user to store history of chat slack. The extension add button history to chat toolbar. To see history please click the button. Place of button you can see on screen.
扩展基本信息
名称 | ![]() |
ID | apccppalbpnjkfglpgomockcdpgiobde |
官方URL | https://chrome.google.com/webstore/detail/slack-history/apccppalbpnjkfglpgomockcdpgiobde |
简介 | Extension to keep Slack history |
文件大小 | 12.8 KB |
安装次数 | 56 |
当前版本 | 0.0.0.3 |
更新时间 | 2017-09-06 |
上架时间 | 2017-09-06 |
评分 | 3.00/5 共2次评分 |
开发者 | adrian.nicos |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/anicos/slack-history-chrome-extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slack History", "description": "Extension to keep Slack history", "version": "0.0.0.3", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "downloads", "storage" ], "web_accessible_resources": [ "inject.html", "historyPopup.html" ], "manifest_version": 2 } |