Tower.im Plus
Improve tower.im
What is Tower.im Plus?
Tower.im Plus is a Chrome extension developed by greatghoul, and its main feature is "Improve tower.im".
Extension Screenshots
Download Tower.im Plus Extension CRX File
Download Tower.im Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
# Tower.im Plus 增强 https://tower.im 网站的功能。 https://github.com/GDG-Xian/crx-tower ## 特性: * 页面顶部团队和项目快速切换 * 隐藏讨论中事件信息 * 隐藏团队和项目 Tower.im - 简单,好用的团队协作工具 https://tower.im/
Extension Basic Information
Name | |
ID | dfhmgoomjkcdlfclkpjpmhjgpdakijke |
Official URL | https://chrome.google.com/webstore/detail/towerim-plus/dfhmgoomjkcdlfclkpjpmhjgpdakijke |
Description | Improve tower.im |
File Size | 80.67 KB |
Installation Count | 59 |
Current Version | 1.3.1 |
Last Updated | 2017-11-17 |
Publish Date | 2017-11-17 |
Rating | 3.00/5 Total 2 Ratings |
Developer | greatghoul |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/GDG-Xian/crx-tower |
Help Page URL | https://github.com/GDG-Xian/crx-tower/issues |
Supported Languages | 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" ] } |