Text URL Downloader

Chrome extension for downloading from text urls.

Co to jest Text URL Downloader?

Text URL Downloader to rozszerzenie Chrome opracowane przez Kishan Nareshpal Jadav, a jego główną funkcją jest „Chrome extension for downloading from text urls.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Text URL Downloader

Pobierz pliki rozszerzeń Text URL Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Text URL Downloader Text URL Downloader
ID glbffpiffonfokkgfheanhbnleofjldc
Oficjalny URL https://chromewebstore.google.com/detail/text-url-downloader/glbffpiffonfokkgfheanhbnleofjldc
Opis Chrome extension for downloading from text urls.
Rozmiar pliku 648 KB
Liczba instalacji 682
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-03-20
Data Publikacji 2020-03-19
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Kishan Nareshpal Jadav
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/kishannareshpal/texturldownloader-chromeext
Adres URL Strony Pomocy https://github.com/kishannareshpal/texturldownloader-chromeext/issues
Obsługiwane Języki 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"
    ]
}