Download Rename Helper

Remove redundant prefixes from files when you download a file

Download Rename Helper란 무엇입니까?

Download Rename Helper은(는) elvissunlihe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove redundant prefixes from files when you download a file"입니다.

확장 프로그램 스크린샷

screenshot

Download Rename Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
}