Tower.im Plus

Improve tower.im

Qu'est-ce que Tower.im Plus ?

Tower.im Plus est une extension Chrome développée par greatghoul, et sa fonction principale est "Improve tower.im".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tower.im Plus

Téléchargez les fichiers d'extension Tower.im Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        # Tower.im Plus

增强 https://tower.im 网站的功能。

https://github.com/GDG-Xian/crx-tower

## 特性:

 * 页面顶部团队和项目快速切换
 * 隐藏讨论中事件信息
 * 隐藏团队和项目

Tower.im - 简单,好用的团队协作工具 https://tower.im/                    

Informations de Base sur l'Extension

Nom Tower.im Plus Tower.im Plus
ID dfhmgoomjkcdlfclkpjpmhjgpdakijke
URL Officiel https://chrome.google.com/webstore/detail/towerim-plus/dfhmgoomjkcdlfclkpjpmhjgpdakijke
Description Improve tower.im
Taille du Fichier 80.67 KB
Nombre d'Installations 59
Version Actuelle 1.3.1
Dernière Mise à Jour 2017-11-17
Date de Publication 2017-11-17
Évaluation 3.00/5 Total 2 Évaluations
Développeur greatghoul
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/GDG-Xian/crx-tower
URL de la Page d'Aide https://github.com/GDG-Xian/crx-tower/issues
Langues Prises en Charge 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"
    ]
}