Text URL Downloader

Chrome extension for downloading from text urls.

Text URL Downloader란 무엇입니까?

Text URL Downloader은(는) Kishan Nareshpal Jadav에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for downloading from text urls."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Text URL Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Text URL Downloader Text URL Downloader
ID glbffpiffonfokkgfheanhbnleofjldc
공식 URL https://chromewebstore.google.com/detail/text-url-downloader/glbffpiffonfokkgfheanhbnleofjldc
설명 Chrome extension for downloading from text urls.
파일 크기 648 KB
설치 횟수 682
현재 버전 1.0
최근 업데이트 2020-03-20
출시 날짜 2020-03-19
평점 5.00/5 총 2 개의 평점
개발자 Kishan Nareshpal Jadav
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kishannareshpal/texturldownloader-chromeext
도움말 페이지 URL https://github.com/kishannareshpal/texturldownloader-chromeext/issues
지원되는 언어 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"
    ]
}