Resources downloader

Download the resources displayed on a page easily!

Resources downloaderคืออะไร?

Resources downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cod3.net และคุณลักษณะหลักของมันคือ "Download the resources displayed on a page easily!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Resources downloader

ดาวน์โหลดไฟล์ส่วนขยาย Resources downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        List and save the images, gifs, videos, music displayed in your browser. Works with most websites like imgur, 4chan and reddit.

Resource Downloader adds a panel to DevTools, right-click on your page, select "Inspect", click on the "Resources" tab and you're set.

Reload your page and check the resources you want to download.

You can also filter and sort the resources by name, url, mime type, size etc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Resources downloader Resources downloader
ID jdeiocmhhepbkbcmimheejheebeodbmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/resources-downloader/jdeiocmhhepbkbcmimheejheebeodbmm
คำอธิบาย Download the resources displayed on a page easily!
ขนาดไฟล์ 200 KB
จำนวนการติดตั้ง 4,562
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2022-06-01
วันที่เผยแพร่ 2017-04-10
คะแนน 3.57/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://cod3.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/j_____________n
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "src\/action\/browser_action.html",
        "default_title": "Resource downloader"
    },
    "description": "Download the resources displayed on a page easily!",
    "devtools_page": "src\/devtools\/devtools.html",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Resources downloader",
    "permissions": [
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.0.6"
}