Download Renamer

Check downloads and replace/remove illegal characters, simple fix for the single quote issue.

Download Renamerคืออะไร?

Download Renamer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael และคุณลักษณะหลักของมันคือ "Check downloads and replace/remove illegal characters, simple fix for the single quote issue."

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

screenshot

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

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

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

                        This extension checks the filename of downloads, when it contains illegal characters they will be removed. Spaces will be replaced with underscores. This extension can be used as simple fix for the single quote (') problem.                    

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

ชื่อ Download Renamer Download Renamer
ID bhgbjidhkpomdgkkgepcfdjcfjpdjcej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-renamer/bhgbjidhkpomdgkkgepcfdjcfjpdjcej
คำอธิบาย Check downloads and replace/remove illegal characters, simple fix for the single quote issue.
ขนาดไฟล์ 7.94 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-02-21
วันที่เผยแพร่ 2019-02-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Michael
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Renamer",
    "version": "1.2",
    "description": "Check downloads and replace\/remove illegal characters, simple fix for the single quote issue.",
    "permissions": [
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": false
    },
    "icons": {
        "64": "icon64.png"
    },
    "manifest_version": 2
}