Download Rename Helper

Remove redundant prefixes from files when you download a file

Download Rename Helperคืออะไร?

Download Rename Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย elvissunlihe และคุณลักษณะหลักของมันคือ "Remove redundant prefixes from files when you download a file"

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

screenshot

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

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

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

                        This extension helps remove redundant prefixes from file names when downloading.

For example, it changes "fa3a732b7920453da814ed532e8f5663_4517_outline_2016" to "4517 outline 2016"

This is also an open source project, if you'd like to contribute, go to:
https://github.com/elvisun/iveyDownloadHelper                    

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

ชื่อ Download Rename Helper Download Rename Helper
ID hcgadmglklkjlocclkijfjiaebomlini
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-rename-helper/hcgadmglklkjlocclkijfjiaebomlini
คำอธิบาย Remove redundant prefixes from files when you download a file
ขนาดไฟล์ 3.31 KB
จำนวนการติดตั้ง 105
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2017-02-13
วันที่เผยแพร่ 2017-02-13
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา elvissunlihe
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Rename Helper",
    "description": "Remove redundant prefixes from files when you download a file",
    "version": "0.3",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self' chrome-extension-resource: 'unsafe-eval'; default-src 'self'",
    "manifest_version": 2
}