List Sources
Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V
List Sourcesคืออะไร?
List Sources เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gyng และคุณลักษณะหลักของมันคือ "Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย List Sources
ดาวน์โหลดไฟล์ส่วนขยาย List Sources ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a button to list all sources for videos, images, and audio elements on a page. Attempts to extract background images, scans for dynamically added media, and includes previews for sources. Only works for HTML media (does not work for YouTube and sites that do not use basic HTML media).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | List Sources |
ID | oapgpbbeejfgmjejkjgnikaepmfbccpb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/list-sources/oapgpbbeejfgmjejkjgnikaepmfbccpb |
คำอธิบาย | Adds a button to list all sources for videos, images, and audio elements on a page. Shortcut: Ctrl+Shift+V |
ขนาดไฟล์ | 76.54 KB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2020-11-19 |
วันที่เผยแพร่ | 2018-04-30 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | gyng |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/gyng/save-in |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "0.0.4", "default_locale": "en", "developer": { "name": "Ng Guoyou", "url": "https:\/\/github.com\/gyng\/list-sources" }, "homepage_url": "https:\/\/github.com\/gyng\/list-sources", "background": { "scripts": [ "src\/background\/index.js" ] }, "permissions": [ " |