Text URL Downloader

Chrome extension for downloading from text urls.

Was ist Text URL Downloader?

Text URL Downloader ist eine Chrome-Erweiterung, die von Kishan Nareshpal Jadav entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension for downloading from text urls.".

Erweiterungsscreenshots

screenshot
screenshot

Text URL Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Text URL Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Text URL Downloader Text URL Downloader
ID glbffpiffonfokkgfheanhbnleofjldc
Offizielle URL https://chromewebstore.google.com/detail/text-url-downloader/glbffpiffonfokkgfheanhbnleofjldc
Beschreibung Chrome extension for downloading from text urls.
Dateigröße 648 KB
Installationsanzahl 682
Aktuelle Version 1.0
Letztes Update 2020-03-20
Veröffentlichungsdatum 2020-03-19
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Kishan Nareshpal Jadav
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/kishannareshpal/texturldownloader-chromeext
Hilfeseite URL https://github.com/kishannareshpal/texturldownloader-chromeext/issues
Unterstützte Sprachen 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"
    ]
}