Text URL Downloader

Chrome extension for downloading from text urls.

什么是Text URL Downloader?

Text URL Downloader是由Kishan Nareshpal Jadav开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for downloading from text urls.”。

扩展截图

screenshot
screenshot

下载Text URL Downloader扩展crx文件

下载Text URL Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Right click on a text url on any website to start a download automatically, or copy and paste the download url to the extension icon on the toolbar.                    

扩展基本信息

名称 Text URL Downloader Text URL Downloader
ID glbffpiffonfokkgfheanhbnleofjldc
官方URL https://chromewebstore.google.com/detail/text-url-downloader/glbffpiffonfokkgfheanhbnleofjldc
简介 Chrome extension for downloading from text urls.
文件大小 648 KB
安装次数 682
当前版本 1.0
更新时间 2020-03-20
上架时间 2020-03-19
评分 5.00/5 共2次评分
开发者 Kishan Nareshpal Jadav
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/kishannareshpal/texturldownloader-chromeext
帮助页面URL https://github.com/kishannareshpal/texturldownloader-chromeext/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text URL Downloader",
    "description": "Chrome extension for downloading from text urls.",
    "version": "1.0",
    "author": "Kishan Nareshpal Jadav ",
    "icons": {
        "16": "res\/images\/icon-x16.png",
        "48": "res\/images\/icon-x48.png",
        "128": "res\/images\/icon-x128.png"
    },
    "browser_action": {
        "default_icon": "res\/images\/icon-x38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "clipboardRead"
    ]
}