Tower.im Plus
Improve tower.im
Apa itu Tower.im Plus?
Tower.im Plus adalah ekstensi Chrome yang dikembangkan oleh greatghoul, dan fitur utamanya adalah "Improve tower.im".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tower.im Plus
Unduh file ekstensi Tower.im Plus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
# Tower.im Plus 增强 https://tower.im 网站的功能。 https://github.com/GDG-Xian/crx-tower ## 特性: * 页面顶部团队和项目快速切换 * 隐藏讨论中事件信息 * 隐藏团队和项目 Tower.im - 简单,好用的团队协作工具 https://tower.im/
Informasi Dasar Ekstensi
Nama | |
ID | dfhmgoomjkcdlfclkpjpmhjgpdakijke |
URL Resmi | https://chrome.google.com/webstore/detail/towerim-plus/dfhmgoomjkcdlfclkpjpmhjgpdakijke |
Deskripsi | Improve tower.im |
Ukuran File | 80.67 KB |
Jumlah Instalasi | 59 |
Versi Saat Ini | 1.3.1 |
Terakhir Diperbarui | 2017-11-17 |
Tanggal Publikasi | 2017-11-17 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | greatghoul |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/GDG-Xian/crx-tower |
URL Halaman Bantuan | https://github.com/GDG-Xian/crx-tower/issues |
Bahasa yang Didukung | 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" ] } |