Tower.im Plus
Improve tower.im
Tower.im Plus là gì?
Tower.im Plus là một tiện ích mở rộng Chrome được phát triển bởi greatghoul, và tính năng chính của nó là "Improve tower.im".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tower.im Plus
Tải xuống các tệp mở rộng Tower.im Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
# Tower.im Plus 增强 https://tower.im 网站的功能。 https://github.com/GDG-Xian/crx-tower ## 特性: * 页面顶部团队和项目快速切换 * 隐藏讨论中事件信息 * 隐藏团队和项目 Tower.im - 简单,好用的团队协作工具 https://tower.im/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dfhmgoomjkcdlfclkpjpmhjgpdakijke |
URL Chính Thức | https://chrome.google.com/webstore/detail/towerim-plus/dfhmgoomjkcdlfclkpjpmhjgpdakijke |
Mô tả | Improve tower.im |
Kích Thước Tệp | 80.67 KB |
Số Lần Cài Đặt | 59 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2017-11-17 |
Ngày Phát Hành | 2017-11-17 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | greatghoul |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/GDG-Xian/crx-tower |
URL Trang Trợ Giúp | https://github.com/GDG-Xian/crx-tower/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |