Filebar - Download Bar

Filebar will display your recent download history in the scrollable bar on the bottom of your Chrome browser.

Filebar - Download Barคืออะไร?

Filebar - Download Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codewaw.com และคุณลักษณะหลักของมันคือ "Filebar will display your recent download history in the scrollable bar on the bottom of your Chrome browser."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Feel at home as if the download bar had never been removed. Integrate the updated bar with your browser and enjoy your downloads at your fingertips. Quickly restore bottom downloads bar and improve your workflow.

Filebar 3.0 introduces:

Filebar Premium (free for all at the moment):
- Anonymous Mode (your downloads will not be recorded at all)
- Auto Clear Mode (your downloads will be erased automatically)
- Enable default or custom sound notifications (your browser will notify you with sound when download is done)
- Enable TTS voice notifications (your browser will notify you with voice when download is done)

Filebar Exports (free for all):
- Export all items from your downloads in CSV
- Export open tabs in CSV
- Export history in CSV

Filebar Analytics (free for all):
- See your most visited websites based on your history
- See your websites from which you downloaded most items recently

EXPERIMETNAL FEATURES:
- Enable drag & drop (workaround)
- Disable downloads bubble interface
- Show bar always under the content

WE DO NOT ACCESS OR STORE ANY OF YOUR DATA. ALL PROCESSES ARE HANDLED LOCALLY IN YOUR CHROME BROWSER.

More features:
- show bar automatically when download starts
- move downloaded files directly to system trash
- quickly view or hide bar with keyboard shortcut
- quickly jump to the Chrome downloads page
- quickly jump to the system downloads folder
- protect your eyes with automatic dark mode support
- more...

If you like it consider donation for future development and leave a review!

Changelog: https://codewaw.com/filebar                    

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

ชื่อ Filebar - Download Bar Filebar - Download Bar
ID anofobdpobdadgidmgfjmejnklclbeii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/filebar-download-bar/anofobdpobdadgidmgfjmejnklclbeii
คำอธิบาย Filebar will display your recent download history in the scrollable bar on the bottom of your Chrome browser.
ขนาดไฟล์ 62.08 KB
จำนวนการติดตั้ง 142
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2024-02-06
คะแนน 3.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://codewaw.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://codewaw.com
URL หน้าช่วยเหลือ https://codewaw.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Filebar - Download Bar",
    "description": "Filebar will display your recent download history in the scrollable bar on the bottom of your Chrome browser.",
    "action": {
        "default_icon": {
            "16": "images\/icon-dark-16.png",
            "48": "images\/icon-dark-48.png",
            "128": "images\/icon-dark-128.png"
        },
        "default_title": "Open menu",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "icon-128.png"
    },
    "version": "3.0.1",
    "permissions": [
        "downloads",
        "downloads.open",
        "tabs",
        "windows",
        "storage",
        "history",
        "tts",
        "offscreen",
        "downloads.shelf",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "downloadBar.html",
                "settings.html",
                "\/export\/downloads.html",
                "\/export\/tabs.html",
                "\/export\/history.html",
                "\/analytics\/analytics.html",
                "\/icons\/facebook.svg",
                "\/icons\/x.svg",
                "\/icons\/whatsapp.svg",
                "\/icons\/mail.svg",
                "\/icons\/re-download.svg",
                "\/icons\/copy.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}