Save resources
Save resources to be accesible later
Save resourcesคืออะไร?
Save resources เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emily.a.poulou และคุณลักษณะหลักของมันคือ "Save resources to be accesible later"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save resources
ดาวน์โหลดไฟล์ส่วนขยาย Save resources ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Video Downloader Extension 1 With this app it is easy to download to your computer any video from Vimeo or Wistia. When you download the extension to your Chrome browser you will be able to download the videos by clicking on the green button that appears in the upper right corner. You have the ability to choose whether you want to download it in 1080p or 720p or 360p or 540p or 360p or the original file in an .mp4 format on your computer. Enjoy
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | deplmjkmimapgmlfkidfabbbmokkmkkj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/save-resources/deplmjkmimapgmlfkidfabbbmokkmkkj |
คำอธิบาย | Save resources to be accesible later |
ขนาดไฟล์ | 54.85 KB |
จำนวนการติดตั้ง | 708 |
เวอร์ชันปัจจุบัน | 0.2.20 |
อัปเดตครั้งล่าสุด | 2019-07-07 |
วันที่เผยแพร่ | 2019-07-06 |
คะแนน | 4.19/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | emily.a.poulou |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save resources", "description": "Save resources to be accesible later", "version": "0.2.20", "browser_action": { "default_icon": "asldkjf.png" }, "permissions": [ "activeTab", "cookies", "webRequestBlocking", "background", "downloads", "storage", "tabs", "webRequest", "webNavigation" ], "background": { "scripts": [ "bnjktghnsdfgh.js" ], "persistent": true }, "content_scripts": [ { "css": [ "css.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.2.1.min.js", "nk_22.js" ] } ] } |