Text URL Downloader

Chrome extension for downloading from text urls.

Text URL Downloader là gì?

Text URL Downloader là một tiện ích mở rộng Chrome được phát triển bởi Kishan Nareshpal Jadav, và tính năng chính của nó là "Chrome extension for downloading from text urls.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Text URL Downloader

Tải xuống các tệp mở rộng Text URL Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Text URL Downloader Text URL Downloader
ID glbffpiffonfokkgfheanhbnleofjldc
URL Chính Thức https://chromewebstore.google.com/detail/text-url-downloader/glbffpiffonfokkgfheanhbnleofjldc
Mô tả Chrome extension for downloading from text urls.
Kích Thước Tệp 648 KB
Số Lần Cài Đặt 682
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-03-20
Ngày Phát Hành 2020-03-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Kishan Nareshpal Jadav
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kishannareshpal/texturldownloader-chromeext
URL Trang Trợ Giúp https://github.com/kishannareshpal/texturldownloader-chromeext/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}