Thumbnail Grabber
Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more
Thumbnail Grabberคืออะไร?
Thumbnail Grabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kasper.space และคุณลักษณะหลักของมันคือ "Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thumbnail Grabber
ดาวน์โหลดไฟล์ส่วนขยาย Thumbnail Grabber ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily download/copy/open thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more. You can click the extension icon, use keyboard shortcuts or right click the page or links. You can customize the keyboard shortcuts, what clicking the extension icon does, and what context menu items are visible. GitHub: https://github.com/probablykasper/thumbnail-grabber
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Thumbnail Grabber |
ID | gbpjnjieenljpncojgiboejmolbihdob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/thumbnail-grabber/gbpjnjieenljpncojgiboejmolbihdob |
คำอธิบาย | Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more |
ขนาดไฟล์ | 30.62 KB |
จำนวนการติดตั้ง | 2,670 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2022-10-15 |
วันที่เผยแพร่ | 2020-01-10 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://kasper.space |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/probablykasper/thumbnail-grabber |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Thumbnail Grabber", "version": "1.4.0", "description": "Download thumbnails and covers from YouTube, SoundCloud, Spotify, YouTube Music and more", "background": { "scripts": [ "background.b79fa0fe.js" ], "persistent": false }, "options_ui": { "page": "options.4193183a.html", "open_in_tab": false }, "icons": { "16": "icon16.238385bf.png", "48": "icon48.png", "128": "icon128.79e4701d.png" }, "browser_action": { "default_icon": { "16": "icon16.238385bf.png", "48": "icon48.png", "128": "icon128.79e4701d.png" } }, "web_accessible_resources": [ "icon48.png", "content-script.js", "content-script.css" ], "permissions": [ "storage", "contextMenus", "activeTab", "clipboardWrite", " |