Text URL Downloader

Chrome extension for downloading from text urls.

What is Text URL Downloader?

Text URL Downloader is a Chrome extension developed by Kishan Nareshpal Jadav, and its main feature is "Chrome extension for downloading from text urls.".

Extension Screenshots

screenshot
screenshot

Download Text URL Downloader Extension CRX File

Download Text URL Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Text URL Downloader Text URL Downloader
ID glbffpiffonfokkgfheanhbnleofjldc
Official URL https://chromewebstore.google.com/detail/text-url-downloader/glbffpiffonfokkgfheanhbnleofjldc
Description Chrome extension for downloading from text urls.
File Size 648 KB
Installation Count 682
Current Version 1.0
Last Updated 2020-03-20
Publish Date 2020-03-19
Rating 5.00/5 Total 2 Ratings
Developer Kishan Nareshpal Jadav
Email [email protected]
Payment Type free
Extension Website https://github.com/kishannareshpal/texturldownloader-chromeext
Help Page URL https://github.com/kishannareshpal/texturldownloader-chromeext/issues
Supported Languages 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"
    ]
}