Text URL Downloader

Chrome extension for downloading from text urls.

Wat is Text URL Downloader?

Text URL Downloader is een Chrome-extensie ontwikkeld door Kishan Nareshpal Jadav, en de belangrijkste functie is "Chrome extension for downloading from text urls.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Text URL Downloader

Download Text URL Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Text URL Downloader Text URL Downloader
ID glbffpiffonfokkgfheanhbnleofjldc
Officiële URL https://chromewebstore.google.com/detail/text-url-downloader/glbffpiffonfokkgfheanhbnleofjldc
Beschrijving Chrome extension for downloading from text urls.
Bestandsgrootte 648 KB
Aantal Installaties 682
Huidige Versie 1.0
Laatst Bijgewerkt 2020-03-20
Publicatiedatum 2020-03-19
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Kishan Nareshpal Jadav
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/kishannareshpal/texturldownloader-chromeext
Help Pagina-URL https://github.com/kishannareshpal/texturldownloader-chromeext/issues
Ondersteunde Talen 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"
    ]
}