Tower.im Plus

Improve tower.im

Cos'è Tower.im Plus?

Tower.im Plus è un'estensione di Chrome sviluppata da greatghoul, e la sua funzione principale è "Improve tower.im".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tower.im Plus

Scarica i file di estensione Tower.im Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        # Tower.im Plus

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

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

## 特性:

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

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

Informazioni di Base sull'Estensione

Nome Tower.im Plus Tower.im Plus
ID dfhmgoomjkcdlfclkpjpmhjgpdakijke
URL Ufficiale https://chrome.google.com/webstore/detail/towerim-plus/dfhmgoomjkcdlfclkpjpmhjgpdakijke
Descrizione Improve tower.im
Dimensione del File 80.67 KB
Conteggio Installazioni 59
Versione Corrente 1.3.1
Ultimo Aggiornamento 2017-11-17
Data di Pubblicazione 2017-11-17
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore greatghoul
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/GDG-Xian/crx-tower
URL della Pagina di Aiuto https://github.com/GDG-Xian/crx-tower/issues
Lingue Supportate 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"
    ]
}