Meme Maker

Add meme text to any image and share it to Imgur

Meme Maker란 무엇입니까?

Meme Maker은(는) Paul LeMarquand에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add meme text to any image and share it to Imgur"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Right click any image on the web and add meme text to it. Upload it directly to imgur. It's that simple!

You can then use imgur to upload directly to Reddit, Facebook, Twitter or another social network.                    

확장 프로그램 기본 정보

이름 Meme Maker Meme Maker
ID ficbamdhpkgoalecmiclffghlllemcki
공식 URL https://chromewebstore.google.com/detail/meme-maker/ficbamdhpkgoalecmiclffghlllemcki
설명 Add meme text to any image and share it to Imgur
파일 크기 1.72 MB
설치 횟수 1,577
현재 버전 0.1.202
최근 업데이트 2014-05-02
출시 날짜 2014-05-02
평점 3.16/5 총 25 개의 평점
개발자 Paul LeMarquand
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meme Maker",
    "version": "0.1.202",
    "manifest_version": 2,
    "description": "Add meme text to any image and share it to Imgur",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "scripts\/controller\/app.js",
        "scripts\/components\/editor.js",
        "scripts\/vendor\/*.js",
        "scripts\/vendor\/*.map",
        "styles\/*.css",
        "*.html",
        "fonts\/impactreg.eot",
        "fonts\/impactreg.ttf",
        "fonts\/impactreg.woff"
    ]
}