Slack Sticker
Stickers for Slack Web App - Spice up your slack
Slack Stickerとは何ですか?
Slack StickerはKhoi-Phong Leによって開発されたChromeの拡張機能で、その主な機能は「Stickers for Slack Web App - Spice up your slack」です。
拡張機能のスクリーンショット
Slack Sticker拡張機能のCRXファイルをダウンロード
Slack Sticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add your imgur.com sticker album then use it at chat conversation #1.0.1 - Post as attachment to ensure unfurling #1.0.2 - Fix minor issues
拡張機能の基本情報
名前 | Slack Sticker |
ID | djibdabhbdjgfipekjefbhijjjeagela |
公式URL | https://chromewebstore.google.com/detail/slack-sticker/djibdabhbdjgfipekjefbhijjjeagela |
説明 | Stickers for Slack Web App - Spice up your slack |
ファイルサイズ | 250 KB |
インストール数 | 104 |
現在のバージョン | 1.0.2 |
最終更新日 | 2017-12-04 |
公開日 | 2017-12-03 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Khoi-Phong Le |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/voz-living/chrome-extension-react/wiki/Privacy-Policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slack Sticker", "version": "1.0.2", "manifest_version": 2, "description": "Stickers for Slack Web App - Spice up your slack", "homepage_url": "https:\/\/github.com\/phonglk\/slack-sticker", "icons": { "16": "assert\/16.png", "32": "assert\/32.png", "64": "assert\/64.png", "128": "assert\/128.png", "256": "assert\/256.png" }, "background": { "page": "background.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": { "19": "assert\/19.png", "38": "assert\/38.png" }, "default_title": "Manage Stickers", "default_popup": "popup.html" }, "permissions": [ "storage", "http:\/\/*.slack.com\/*", "https:\/\/*.slack.com\/*" ], "content_scripts": [ { "all_frames": false, "js": [ "common.dll.js", "content.js" ], "css": [ "content-style.css" ], "matches": [ "http:\/\/*.slack.com\/*", "https:\/\/*.slack.com\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "assert\/*" ] } |