Text URL Downloader

Chrome extension for downloading from text urls.

Text URL Downloaderคืออะไร?

Text URL Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kishan Nareshpal Jadav และคุณลักษณะหลักของมันคือ "Chrome extension for downloading from text urls."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text URL Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}