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”。
扩展截图
下载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 |
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" } } |