Tower.im Plus

Improve tower.im

Tower.im Plusคืออะไร?

Tower.im Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย greatghoul และคุณลักษณะหลักของมันคือ "Improve tower.im"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tower.im Plus

ดาวน์โหลดไฟล์ส่วนขยาย Tower.im Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        # Tower.im Plus

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

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

## 特性:

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

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tower.im Plus Tower.im Plus
ID dfhmgoomjkcdlfclkpjpmhjgpdakijke
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/towerim-plus/dfhmgoomjkcdlfclkpjpmhjgpdakijke
คำอธิบาย Improve tower.im
ขนาดไฟล์ 80.67 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2017-11-17
วันที่เผยแพร่ 2017-11-17
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา greatghoul
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/GDG-Xian/crx-tower
URL หน้าช่วยเหลือ https://github.com/GDG-Xian/crx-tower/issues
ภาษาที่รองรับ 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"
    ]
}