Playlist
Create a playlist of webpages whether it is for music or videos or just to keep track of what you want to look at.
Playlistคืออะไร?
Playlist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bluesh8dz และคุณลักษณะหลักของมันคือ "Create a playlist of webpages whether it is for music or videos or just to keep track of what you want to look at."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Playlist
ดาวน์โหลดไฟล์ส่วนขยาย Playlist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows to create a playlist of pages. It will automatically go to the next page after a video or audio in the page has finished playing (working with Youtube™ and SoundCloud®). It allows to do these following commands: - Create a playlist of pages - Add current active page to the playlist (Alt+A) - Start playing the playlist in the current active tab by choosing a link in the list (Alt+S) - Start playing the playlist in a new pinned tab by clicking on the logo (Alt+Shift+S) - Choose to shuffle playlist play - Choose to loop playlist play - Reveal playlist in popup (Alt+R) - Play/Pause the playlist (MediaPlayPause or Alt+S) - Go to Next page (MediaNext) - Go to previous page (MediaPrevious) All these commands can be assigned to a custom shortcut. Youtube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cggmpffhgmghfncamcbijdgdplibbagn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cggmpffhgmghfncamcbijdgdplibbagn |
คำอธิบาย | Create a playlist of webpages whether it is for music or videos or just to keep track of what you want to look at. |
ขนาดไฟล์ | 35.87 KB |
จำนวนการติดตั้ง | 57 |
เวอร์ชันปัจจุบัน | 0.0.8 |
อัปเดตครั้งล่าสุด | 2020-03-18 |
วันที่เผยแพร่ | 2020-03-17 |
ผู้พัฒนา | bluesh8dz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Playlist", "short_name": "Playlist", "version": "0.0.8", "manifest_version": 2, "description": "Create a playlist of webpages whether it is for music or videos or just to keep track of what you want to look at.", "author": "Sh8dz", "icons": { "16": "icons\/PL16.png", "48": "icons\/PL48.png", "128": "icons\/PL128.png" }, "browser_action": { "default_title": "Playlist", "default_popup": "popup\/index.html" }, "background": { "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "matches": [ " |