Text URL Downloader

Chrome extension for downloading from text urls.

Text URL Downloader क्या है?

Text URL Downloader Kishan Nareshpal Jadav द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension for downloading from text urls."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Text URL Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}