Freemix

Quickly remix images on the web.

Freemix란 무엇입니까?

Freemix은(는) http://freemix.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly remix images on the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Freemix 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly and powerfully remix images directly inside the browser. 

add a  "Remix This"  button to any image on the web, click it to launch the Freemix image remixing tool.

 Quickly remix, mashup, and collage your image with the massive library of user uploaded images found on Freemix.                    

확장 프로그램 기본 정보

이름 Freemix Freemix
ID oeaconpeokifbdkheehamjkbgllpllmm
공식 URL https://chrome.google.com/webstore/detail/freemix/oeaconpeokifbdkheehamjkbgllpllmm
설명 Quickly remix images on the web.
파일 크기 484 KB
설치 횟수 100
현재 버전 1.0
최근 업데이트 2015-10-06
출시 날짜 2015-10-06
평점 4.50/5 총 2 개의 평점
개발자 http://freemix.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.freemix.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freemix",
    "description": "Quickly remix images on the web.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "\/img\/logo.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/freemixthis.css"
            ],
            "js": [
                "\/3rdparty\/jquery.min.js",
                "\/contentscripts\/freemix.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/img\/logo.png",
        "\/img\/closeCross.svg",
        "\/img\/loading.gif"
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/freemix.com\/",
        "https:\/\/www.freemix.com\/",
        "https:\/\/dev.freemix.com:8000\/",
        "storage",
        "browsingData"
    ]
}