No More Duplicates
Avoid downloads of files you already have!
No More Duplicatesคืออะไร?
No More Duplicates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jakob Sennerby และคุณลักษณะหลักของมันคือ "Avoid downloads of files you already have!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No More Duplicates
ดาวน์โหลดไฟล์ส่วนขยาย No More Duplicates ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sometimes you might forget that you have already downloaded certain files which creates duplicates in your hard drive. This small and lightweight extension helps you to avoid these duplicate downloads and can even save you some bandwidth. When initiating a download the extension will check if the file already exists. If it does exist, you will be provided with a few options whether you want to download it anyway or open the already existing file. Simple and elegant!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cjbfhofimhehhnllibmhammbemaboleh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/no-more-duplicates/cjbfhofimhehhnllibmhammbemaboleh |
คำอธิบาย | Avoid downloads of files you already have! |
ขนาดไฟล์ | 12.03 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2020-03-27 |
วันที่เผยแพร่ | 2020-03-27 |
คะแนน | 3.85/5 รวมทั้งหมด 48 คะแนน |
ผู้พัฒนา | Jakob Sennerby |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "downloads", "downloads.open", "notifications" ], "web_accessible_resources": [ "js\/*", "images\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "1.4", "description": "__MSG_extDescription__", "default_locale": "en" } |