Image Extension Fix

Automatically renames image downloads according to the type they are

Image Extension Fix란 무엇입니까?

Image Extension Fix은(는) Colin Campbell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically renames image downloads according to the type they are"입니다.

확장 프로그램 스크린샷

screenshot

Image Extension Fix 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automatically renames images according to the type they are.
No more .jpg GIFs or .large-0x539 JPEGs.

This extension is open source software (MIT licensed).
https://github.com/colin-c/image-extension-fix                    

확장 프로그램 기본 정보

이름 Image Extension Fix Image Extension Fix
ID bdinnahhocpbhaolpffbceckdfiafffn
공식 URL https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn
설명 Automatically renames image downloads according to the type they are
파일 크기 49.19 KB
설치 횟수 687
현재 버전 0.2
최근 업데이트 2017-06-03
출시 날짜 2017-06-03
평점 4.33/5 총 18 개의 평점
개발자 Colin Campbell
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/colin-c/image-extension-fix
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Extension Fix",
    "short_name": "Img Ext Fix",
    "description": "Automatically renames image downloads according to the type they are",
    "version": "0.2",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "includes\/file_extension_mapping.js",
            "includes\/util.js",
            "main.js"
        ],
        "persistent": false
    }
}