PeepTube

An useful preview tool for YouTube

PeepTubeคืออะไร?

PeepTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jordan Hsu และคุณลักษณะหลักของมันคือ "An useful preview tool for YouTube"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ==== Introduction ====
Peeptube is a chrome extension for Youtube™. Feel too many search results and hate to open them one by one? Peeptube provided some useful features called “Storyboard thumbnail”,  “Peep it” and “Small window view”. Once you have many videos to watch after searching, you can just put your mouse over the search results. The video storyboard frames will show in the thumbnail, you can see the storyboard snapshot about the video. By moving your mouse horizontally, the video storyboard will play on the video thumnail. After that, you can try use “Peep it” mode to quick preview the video. it makes you watch the video quickly without loading whole the video pages.  If you want to browse other search result when watching video, try use “Small window view” mode. This feature is inspired from official Youtube™ mobile app. It’s very useful when browsing search result. Try and enjoy it :)

==== Features ====
✔ Peep it - Quick preview a video without entering and loading the whole video page.
✔ Small window view - Just like official Youtube™ mobile app feature, make you browse and watch video at same time.
✔ Storyboard thumbnail - Show the storyboard frames on the thumbnail when putting mouse over.

==== Update log ====
✔ Storyboard thumbnail (2014.3.22)
✔ Add peep button in suggestion video list (2014.4.10)
✔ Performance issue bug fixed (2014.4.15)
✔ Youtube official website update => CSS broken bug fixed (2014.4.30)
✔ Youtube official website update => Storyboard thumbnails broken bug fixed (2014.5.9)
✔ Bug fixed => Preview button can't click (2014.6.13)
✔ Bug fixed => Preview button can't click (2014.6.21)
✔ Bug fixed => peepTube doesn't initialize (2014.8.11)
✔ Bug fixed => duplicated sound (video) track bug when using peep view(2014.9.9)
==== Feature requisition & issue report ====

email: [email protected]

Power by Jordan Hsu                    

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

ชื่อ PeepTube PeepTube
ID fjlookeddnbcdbpomafjkfamceoglipk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/peeptube/fjlookeddnbcdbpomafjkfamceoglipk
คำอธิบาย An useful preview tool for YouTube
ขนาดไฟล์ 107 KB
จำนวนการติดตั้ง 449
เวอร์ชันปัจจุบัน 1.0.4.4
อัปเดตครั้งล่าสุด 2014-09-10
วันที่เผยแพร่ 2014-09-10
คะแนน 3.64/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา Jordan Hsu
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PeepTube",
    "description": "An useful preview tool for YouTube",
    "version": "1.0.4.4",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "js\/underscore-min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "compass\/stylesheets\/myStyles.css",
                "css\/bootstrap-btn.css"
            ],
            "js": [
                "js\/jquery-2.1.0.min.js",
                "js\/bootstrap.min.js",
                "js\/jquery-ui-1.10.4.custom.min.js",
                "myScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "*:\/\/www.youtube.com\/*",
        "*:\/\/i1.ytimg.com\/*",
        "webNavigation"
    ]
}