Tower.im Plus
Improve tower.im
什么是Tower.im Plus?
Tower.im Plus是由greatghoul开发的Chrome扩展程序,该扩展的主要功能是“Improve tower.im”。
扩展截图
下载Tower.im Plus扩展crx文件
下载Tower.im Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
# Tower.im Plus 增强 https://tower.im 网站的功能。 https://github.com/GDG-Xian/crx-tower ## 特性: * 页面顶部团队和项目快速切换 * 隐藏讨论中事件信息 * 隐藏团队和项目 Tower.im - 简单,好用的团队协作工具 https://tower.im/
扩展基本信息
名称 | |
ID | dfhmgoomjkcdlfclkpjpmhjgpdakijke |
官方URL | https://chrome.google.com/webstore/detail/towerim-plus/dfhmgoomjkcdlfclkpjpmhjgpdakijke |
简介 | Improve tower.im |
文件大小 | 80.67 KB |
安装次数 | 59 |
当前版本 | 1.3.1 |
更新时间 | 2017-11-17 |
上架时间 | 2017-11-17 |
评分 | 3.00/5 共2次评分 |
开发者 | greatghoul |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/GDG-Xian/crx-tower |
帮助页面URL | https://github.com/GDG-Xian/crx-tower/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.3.1", "manifest_version": 2, "default_locale": "en", "icons": { "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/tower.im\/*" ], "js": [ "scripts\/contentscript.js" ], "css": [ "styles\/contentstyle.css" ] } ], "permissions": [ "tabs", "https:\/\/tower.im\/*" ], "web_accessible_resources": [ "pages\/bridge.js" ] } |