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™은(는) https://aidandj.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to filter downloads into folders based off of website url's and file types."입니다.

확장 프로그램 스크린샷

screenshot

Download Organizer for Google Chrome™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}