Save resources
Save resources to be accesible later
Save resources là gì?
Save resources là một tiện ích mở rộng Chrome được phát triển bởi emily.a.poulou, và tính năng chính của nó là "Save resources to be accesible later".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Save resources
Tải xuống các tệp mở rộng Save resources dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | deplmjkmimapgmlfkidfabbbmokkmkkj |
URL Chính Thức | https://chrome.google.com/webstore/detail/save-resources/deplmjkmimapgmlfkidfabbbmokkmkkj |
Mô tả | Save resources to be accesible later |
Kích Thước Tệp | 54.85 KB |
Số Lần Cài Đặt | 708 |
Phiên Bản Hiện Tại | 0.2.20 |
Cập Nhật Lần Cuối | 2019-07-07 |
Ngày Phát Hành | 2019-07-06 |
Đánh Giá | 4.19/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | emily.a.poulou |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |