Webpage Downloader

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

什麼是Webpage Downloader?

Webpage Downloader是由timber.gamer開發的Chrome擴展程式,該擴展的主要功能是“It sends the webpage link to a local server for downloading, what more do you want”。

擴展截圖

screenshot

下載Webpage Downloader擴展crx文件

下載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
官方網址 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"
    }
}