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
公式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
Eメール [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
}