Text URL Downloader

Chrome extension for downloading from text urls.

Qu'est-ce que Text URL Downloader ?

Text URL Downloader est une extension Chrome développée par Kishan Nareshpal Jadav, et sa fonction principale est "Chrome extension for downloading from text urls.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Text URL Downloader

Téléchargez les fichiers d'extension Text URL Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Text URL Downloader Text URL Downloader
ID glbffpiffonfokkgfheanhbnleofjldc
URL Officiel https://chromewebstore.google.com/detail/text-url-downloader/glbffpiffonfokkgfheanhbnleofjldc
Description Chrome extension for downloading from text urls.
Taille du Fichier 648 KB
Nombre d'Installations 682
Version Actuelle 1.0
Dernière Mise à Jour 2020-03-20
Date de Publication 2020-03-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur Kishan Nareshpal Jadav
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/kishannareshpal/texturldownloader-chromeext
URL de la Page d'Aide https://github.com/kishannareshpal/texturldownloader-chromeext/issues
Langues Prises en Charge 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"
    ]
}