Download Statusbar

Easily manage your downloads in status-bar.

Download Statusbarคืออะไร?

Download Statusbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Karl และคุณลักษณะหลักของมันคือ "Easily manage your downloads in status-bar."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Statusbar

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

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

                        Download Statusbar is a browser extension that let you easily manage your downloads from statusbar. 

Simply click on the toolbar button to show the statusbar. Please note that, you need to have at least one active download for the statusbar to become visible. Within the statusbar, downloads are listed horizontally. Each download has a context-menu with several options. In order to close the statusbar please click on the red close button within the statusbar. Please note that, toolbar button only shows the statusbar.

Context-menu has several items including pause, cancel, clear and etc. Moreover there are few settings in the options page which you can adjust. For example, statusbar background color, font size, etc.

Note: Download Statusbar addon is still in beta and may have some bugs. If you see any bugs, or you have a feature request, please email me ( karl [dot] svothye [at] gmail [dot] com ) with the bug details. I will try to fix the issues as soon as possible.                    

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

ชื่อ Download Statusbar Download Statusbar
ID kfjkodkjnmdeookccjmcdbhhpbgkoche
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-statusbar/kfjkodkjnmdeookccjmcdbhhpbgkoche
คำอธิบาย Easily manage your downloads in status-bar.
ขนาดไฟล์ 86.88 KB
จำนวนการติดตั้ง 4,387
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2020-05-29
วันที่เผยแพร่ 2020-05-28
คะแนน 3.53/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา Karl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://eccorem.com/apps/download-statusbar.html
URL หน้าช่วยเหลือ http://eccorem.com/apps/download-statusbar.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "short_name": "download-statusbar",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "homepage_url": "https:\/\/eccorem.com\/apps\/download-statusbar.html",
    "options_ui": {
        "page": "data\/option\/option.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js",
            "messageHandler.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*\/*",
        "downloads",
        "downloads.open",
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "data\/popup\/popup.html",
        "data\/contextMenu\/contextMenu.html",
        "data\/tooltip\/tooltip.html"
    ],
    "browser_action": {
        "default_title": "__MSG_chrome_extension_name__",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "24": "data\/icons\/24.png",
            "32": "data\/icons\/32.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "24": "data\/icons\/24.png",
        "32": "data\/icons\/32.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}