Slack History

Extension to keep Slack history

什麼是Slack History?

Slack History是由adrian.nicos開發的Chrome擴展程式,該擴展的主要功能是“Extension to keep Slack history”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Slack History Slack History
ID apccppalbpnjkfglpgomockcdpgiobde
官方網址 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
}