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 |
Eメール | [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" } } |