Tower.im Plus
Improve tower.im
Wat is Tower.im Plus?
Tower.im Plus is een Chrome-extensie ontwikkeld door greatghoul, en de belangrijkste functie is "Improve tower.im".
Extensie Screenshots
Download het CRX-bestand van de extensie Tower.im Plus
Download Tower.im Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
# Tower.im Plus 增强 https://tower.im 网站的功能。 https://github.com/GDG-Xian/crx-tower ## 特性: * 页面顶部团队和项目快速切换 * 隐藏讨论中事件信息 * 隐藏团队和项目 Tower.im - 简单,好用的团队协作工具 https://tower.im/
Basisinformatie over de Extensie
Naam | |
ID | dfhmgoomjkcdlfclkpjpmhjgpdakijke |
Officiële URL | https://chrome.google.com/webstore/detail/towerim-plus/dfhmgoomjkcdlfclkpjpmhjgpdakijke |
Beschrijving | Improve tower.im |
Bestandsgrootte | 80.67 KB |
Aantal Installaties | 59 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2017-11-17 |
Publicatiedatum | 2017-11-17 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | greatghoul |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/GDG-Xian/crx-tower |
Help Pagina-URL | https://github.com/GDG-Xian/crx-tower/issues |
Ondersteunde Talen | 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" ] } |