Download Tabber

Open downloads in Chrome Downloads tab, rather than bottom bar.

Download Tabberคืออะไร?

Download Tabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Austin Guevara และคุณลักษณะหลักของมันคือ "Open downloads in Chrome Downloads tab, rather than bottom bar."

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

screenshot

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

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

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

                        Instead of opening the downloads bar, new downloads in Chrome will open 'chrome://downloads' in a new tab, or change focus to the downloads tab if one already exists. Disable download bar, replace with with the beautiful downloads tab.                    

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

ชื่อ Download Tabber Download Tabber
ID ikifbnamadpilmpokncfbhdcbldikbdi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi
คำอธิบาย Open downloads in Chrome Downloads tab, rather than bottom bar.
ขนาดไฟล์ 59.44 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2017-09-29
วันที่เผยแพร่ 2017-09-28
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Austin Guevara
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/austin-guevara/chrome-downloads-tabber
URL หน้าช่วยเหลือ https://github.com/austin-guevara/chrome-downloads-tabber/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Tabber",
    "version": "0.2.2",
    "manifest_version": 2,
    "description": "Open downloads in Chrome Downloads tab, rather than bottom bar.",
    "homepage_url": "https:\/\/github.com\/austin-guevara\/chrome-downloads-tabber",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Download Tabber"
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "tabs"
    ]
}