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ファイルをダウンロード

Text URL Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}