Chrono Download Manager

Download Manager | Video Downloader | Bulk Image Downloader

什麼是Chrono Download Manager?

Chrono Download Manager是由https://www.chronodownloader.net開發的Chrome擴展程式,該擴展的主要功能是“Download Manager | Video Downloader | Bulk Image Downloader”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Chrono Download Manager擴展crx文件

下載Chrono Download Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Chrono Download Manager is the first and only full-featured download manager for Google Chrome™. Manage all your downloads inside Chrome™ and there is no need to install any separate downloader application. Chrono is tightly integrated with Chrome™ by context menus, toolbar buttons and key shortcuts.

Besides download management, Chrono is also your best video download helper and bulk image downloader. The Chrono Sniffer detects all links, images, audios and videos on a webpage, and you can filter URLs by their file types or by Regular Expression.

Start downloading with Chrono today! Have fun playing with it, and don't forget to share!

====================================
***                       FEATURES
====================================

* Totally override the Chrome™'s default download manager, and get rid of the bottom downloads toolbar.

* Access your downloads in a popup window with a single click on the toolbar icon.

* Organize your downloads with a fresh and clean table view or list view, and apply custom filters to group your downloads into different categories. 

* Notifications for downloads.

* Preview your docs, images, audios, videos and zip files right after your download completes.

* Initiate batch downloads by entering multiple URLs or URL pattern.

====================================
***             MORE ADVANCED FEATURES
====================================

* Highly customizable task filters let you group downloads by type, date, url etc.

* Batch descriptors help you download a range of URLs with pattern painlessly.

* Naming Mask allows you to name a downloaded file by link text, page title, URL components, date/time and many more.

* Rule System uses programmable rules to automatically rename your downloads, and to route your files to different folders.

====================================
***                     KNOWN ISSUES
====================================

* Chrono currently uses Chrome™'s built-in Downloads API, so it does not offer multi-threaded downloading capability and has limited support for pausing and resuming a large download.

* All downloaded files can only be saved under Chrome™'s default downloads folder or any of its subdirectories.

* The extension may not work properly in incognito mode.

* The extension is not for downloading youtube videos.

====================================

To file a bug or request a feature, please use http://bugs.chronodownloader.net


*** Chrome™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

擴展基本資訊

名稱 Chrono Download Manager Chrono Download Manager
ID mciiogijehkdemklbdcbfkefimifhecn
官方網址 https://chromewebstore.google.com/detail/chrono-download-manager/mciiogijehkdemklbdcbfkefimifhecn
簡介 Download Manager | Video Downloader | Bulk Image Downloader
檔案大小 1.95 MB
安裝次數 829,487
目前版本 0.11.2
更新時間 2023-02-21
上架時間 2020-12-31
評分 4.43/5 共 22943 次評分
開發者 https://www.chronodownloader.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.chronodownloader.net
說明頁面URL https://bugs.chronodownloader.net
支援的語言 id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "Chrono",
    "version": "0.11.2",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icons\/logo\/16.png",
        "19": "icons\/logo\/19.png",
        "24": "icons\/logo\/24.png",
        "32": "icons\/logo\/32.png",
        "38": "icons\/logo\/38.png",
        "48": "icons\/logo\/48.png",
        "128": "icons\/logo\/128.png"
    },
    "default_locale": "en",
    "minimum_chrome_version": "31",
    "offline_enabled": true,
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/chrono-download-manager\/mciiogijehkdemklbdcbfkefimifhecn",
    "externally_connectable": {
        "ids": [
            "nimngehdfcodchaoncbkijfocmfnpebg",
            "oflpkffadgbfbnjdckenekjbflgofalp"
        ]
    },
    "permissions": [
        "alarms",
        "clipboardRead",
        "clipboardWrite",
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "notifications",
        "tabs",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        ""
    ],
    "background": {
        "page": "bg\/bg.htm"
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/logo\/16.png",
            "19": "icons\/logo\/19.png",
            "24": "icons\/logo\/24.png",
            "32": "icons\/logo\/32.png",
            "38": "icons\/logo\/38.png",
            "48": "icons\/logo\/48.png",
            "128": "icons\/logo\/128.png"
        },
        "default_popup": "pop\/pop.htm"
    },
    "options_ui": {
        "page": "ui\/options.htm",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "cs\/main.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "cs\/sniffer.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "icons\/newd.png",
        "icons\/newd_pause.png",
        "com\/taskdlg.htm"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com\/; object-src 'self'; frame-src data: file: http:\/\/www.chronodownloader.net http:\/\/www.facebook.com https:\/\/www.facebook.com http:\/\/platform.twitter.com https:\/\/platform.twitter.com"
}