Recent Download

Manage users' recent downloaded items!

Recent Downloadคืออะไร?

Recent Download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.windows10mycomputer.com และคุณลักษณะหลักของมันคือ "Manage users' recent downloaded items!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Rencent Download enhanced version, you can sort and view files, and you can share to mobile phone (only support windows 10, you need to download UWP version of my computer).                    

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

ชื่อ Recent Download Recent Download
ID abmbeknhkchhaalbjkbehhfbibcmogbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/recent-download/abmbeknhkchhaalbjkbehhfbibcmogbe
คำอธิบาย Manage users' recent downloaded items!
ขนาดไฟล์ 247 KB
จำนวนการติดตั้ง 960
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2018-11-28
วันที่เผยแพร่ 2018-11-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.windows10mycomputer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.windows10mycomputer.com
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Download",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "zh_CN",
    "description": "Manage users' recent downloaded items!",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Recent Download",
        "default_popup": "defult.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "downloads",
        "downloads.open",
        "downloads.shelf"
    ]
}