Twitch Clip Manager

Track and manage your Twitch.tv clips!

Twitch Clip Managerคืออะไร?

Twitch Clip Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Austin Steeno และคุณลักษณะหลักของมันคือ "Track and manage your Twitch.tv clips!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Clip Manager

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

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

                        This extension enhances your Twitch.tv experience. It automatically saves your clips and provides a place to manage, sort and filter all the clips you take. Its primary features include:

 * Saves clips to your clip library
 * Auto-close the new clip tabs
 * Filter by broadcaster, viewer or game
 * Sort by date added and more
 * Handy link to download clips
 * Preview saved clips on hover
 * Manually add clips by URL                    

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

ชื่อ Twitch Clip Manager Twitch Clip Manager
ID nbnnfpknjfbgeffiknabjcceopekaihc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitch-clip-manager/nbnnfpknjfbgeffiknabjcceopekaihc
คำอธิบาย Track and manage your Twitch.tv clips!
ขนาดไฟล์ 155 KB
จำนวนการติดตั้ง 657
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-07-31
วันที่เผยแพร่ 2016-07-31
คะแนน 3.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Austin Steeno
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Endain/twitch-clip-manager
URL หน้าช่วยเหลือ https://github.com/Endain/twitch-clip-manager
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Clip Manager",
    "short_name": "TCM",
    "description": "Track and manage your Twitch.tv clips!",
    "version": "1.0",
    "icons": {
        "16": "img\/tcm_16.png",
        "32": "img\/tcm_32.png",
        "128": "img\/tcm.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "html\/settings.html",
    "browser_action": [],
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "https:\/\/clips.twitch.tv\/clips",
        "https:\/\/clips-media-assets.twitch.tv\/"
    ]
}