Download Organizer for Google Chrome™

Allows you to filter downloads into folders based off of website url's and file types.

Download Organizer for Google Chrome™คืออะไร?

Download Organizer for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aidandj.com และคุณลักษณะหลักของมันคือ "Allows you to filter downloads into folders based off of website url's and file types."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Organizer for Google Chrome™

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

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

                        This extension allows you to create filters to sort your downloads based of the website they come from. It creates sub-directories inside your default downloads location to keep track of where downloads come from. It can also sort by file type. Your filters and options are synced between computers and browser instances.

Change-log:

0.1.6.1

-small code changes

0.1.5.10

-Changed text color
-Added background color to text boxes if not filled in
-Text box focus changes

0.1.5.9

-Fixed a bug where deselecting a filter did not remove it correctly

0.1.5.8

-Added GA version tracking

0.1.5.7

-Cleaned up a bit

0.1.5.6

-Syncing should finally work

0.1.5.5

-More syncing

0.1.5.4

-More syncing work

0.1.5.3

-Syncing should be working now

0.1.4

-More sync testing plus rewrite of storage

0.1.3

-Testing syncing all filters

0.1.2

-Checkboxes sync between browsers now, working on filters (may not be working)
-Added version number

0.1.1

-No new features, just design elements

0.1.0

-Original Release                    

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

ชื่อ Download Organizer for Google Chrome™ Download Organizer for Google Chrome™
ID igkbdohlalhjpmoephkoabpdecdagdnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-organizer-for-go/igkbdohlalhjpmoephkoabpdecdagdnc
คำอธิบาย Allows you to filter downloads into folders based off of website url's and file types.
ขนาดไฟล์ 25.46 KB
จำนวนการติดตั้ง 620
เวอร์ชันปัจจุบัน 0.1.6.1
อัปเดตครั้งล่าสุด 2018-05-01
วันที่เผยแพร่ 2018-05-01
คะแนน 3.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://aidandj.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Organizer for Google Chrome\u2122",
    "description": "Allows you to filter downloads into folders based off of website url's and file types.",
    "version": "0.1.6.1",
    "minimum_chrome_version": "26.0.1428",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Options",
        "default_icon": "SigIconLightBlue16.png"
    },
    "icons": {
        "16": "SigIconLightBlue16.png",
        "48": "SigIconLightBlue48.png",
        "128": "SigIconLightBlue128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}