Webpage Downloader

It sends the webpage link to a local server for downloading, what more do you want

Webpage Downloaderคืออะไร?

Webpage Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย timber.gamer และคุณลักษณะหลักของมันคือ "It sends the webpage link to a local server for downloading, what more do you want"

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

screenshot

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

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

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

                        This extension reads a tab's url and sends it to a local server, use it for downloading videos with https://github.com/Timber1900/WebDL/releases/latest                    

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

ชื่อ Webpage Downloader Webpage Downloader
ID nfkaeignpggbjnhhijmggoeploenicdo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webpage-downloader/nfkaeignpggbjnhhijmggoeploenicdo
คำอธิบาย It sends the webpage link to a local server for downloading, what more do you want
ขนาดไฟล์ 9.04 KB
จำนวนการติดตั้ง 3,152
เวอร์ชันปัจจุบัน 2.5
อัปเดตครั้งล่าสุด 2021-10-28
วันที่เผยแพร่ 2020-12-29
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา timber.gamer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Timber1900/WebDL/releases/latest
URL หน้าช่วยเหลือ https://github.com/Timber1900/WebDL/issues/new/choose
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webpage Downloader",
    "description": "It sends the webpage link to a local server for downloading, what more do you want",
    "version": "2.5",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "http:\/\/localhost\/",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/page-16.png",
            "32": "icons\/page-32.png",
            "48": "icons\/page-48.png"
        }
    },
    "icons": {
        "48": "icons\/page-48.png"
    }
}