Simple mass downloader

A light batch download manager with flexible filtering/mass-renaming options that make downloading files a lot easier & productive.

Simple mass downloaderคืออะไร?

Simple mass downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย George Prec และคุณลักษณะหลักของมันคือ "A light batch download manager with flexible filtering/mass-renaming options that make downloading files a lot easier & productive."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple mass downloader

ดาวน์โหลดไฟล์ส่วนขยาย Simple mass downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a light and unobtrusive chrome download manager and batch/bulk/mass downloader.

 Good for:
 Assist the user in batch downloading various resources from the web:
 ● extract from the bulk links of web pages only desired ones (advanced filtering system)
 ● give better names for downloading files using the contextual info available for the corresponding links (name masks system)
 ● organise downloads by directing them to appropriate custom folders (favorite or automatic folders)
 
NOT so good for:
● downloading streaming media or embedded videos 
● heavily javascripted sites where download links are generated "on the fly" (on user clicks) so my extension cannot see them in advance for objective reasons)

 MAIN FEATURES:

●  The links may be extracted from active tab / multiple open tabs or from selected text on web pages. Also from the clipboard or a local file or a pattern URL.

●  Advanced filtering/mass renaming capabilities using various name masks. Also with user-defined categories for resource filtering.

●  For images, there is a special thumbnails grid view where items may be ordered by the size or filtered by width/height.

●  Flexible routing system: the user can set Automatic Folders where downloads are automatically directed based on custom rules.

●  User-defined Favorite Folders, easily accessible when the user needs a custom download directory.

●  Flexible download management, the user can:
	a) pause, resume, open downloaded files, etc. (usual features)
	b) set server limits or force sequential downloading mode.

●  The URL list can be exported using various name masks

Please, note that 
●  Development is mainly done in Windows, with limited testing in Linux. No testing possibilities on MacOS, sorry. 
●  Before using, please verify that "Ask where to save each file before downloading" option in Chrome Download Settings is NOT checked. Otherwise, a lot of "Save As" dialog boxes will pop up, defeating the main purpose of this extension (or any other mass downloading chrome extension).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple mass downloader Simple mass downloader
ID abdkkegmcbiomijcbdaodaflgehfffed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-mass-downloader/abdkkegmcbiomijcbdaodaflgehfffed
คำอธิบาย A light batch download manager with flexible filtering/mass-renaming options that make downloading files a lot easier & productive.
ขนาดไฟล์ 142 KB
จำนวนการติดตั้ง 203,555
เวอร์ชันปัจจุบัน 0.831
อัปเดตครั้งล่าสุด 2022-12-15
วันที่เผยแพร่ 2020-01-31
คะแนน 4.59/5 รวมทั้งหมด 354 คะแนน
ผู้พัฒนา George Prec
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://goo.gl/forms/XPfyfRZUAtMx5taA3
URL หน้าช่วยเหลือ https://goo.gl/forms/XPfyfRZUAtMx5taA3
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple mass downloader",
    "short_name": "SMD",
    "description": "A\u00a0light\u00a0batch\u00a0download\u00a0manager\u00a0with\u00a0flexible\u00a0filtering\/mass-renaming\u00a0options\u00a0that\u00a0make\u00a0downloading\u00a0files\u00a0a\u00a0lot\u00a0easier\u00a0&\u00a0productive.",
    "version": "0.831",
    "icons": {
        "128": "ui\/download.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "ui\/download.png",
        "default_title": "Simple mass downloader",
        "default_popup": "ui\/main.html"
    },
    "permissions": [
        "",
        "storage",
        "tabs",
        "activeTab",
        "downloads",
        "downloads.open",
        "contextMenus",
        "clipboardRead",
        "webNavigation"
    ],
    "background": {
        "page": "\/background\/background.html"
    },
    "web_accessible_resources": [
        "ui\/pixel.png",
        "ui\/download.png",
        "ui\/quick.html",
        "ui\/close.svg"
    ]
}