Meme Generator

Create a meme from an image on a page

Meme Generator란 무엇입니까?

Meme Generator은(는) VDubs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create a meme from an image on a page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This allows you to create a meme on the fly from the page you are on. 
Only JPG, PNG, GIF, BMP, TIFF and APNG are looked at if the height is greater than 150px.

Settings can now be saved and are loaded automatically.                    

확장 프로그램 기본 정보

이름 Meme Generator Meme Generator
ID bkfbjlljbnbhhmlfiegbamebionjpfok
공식 URL https://chromewebstore.google.com/detail/meme-generator/bkfbjlljbnbhhmlfiegbamebionjpfok
설명 Create a meme from an image on a page
파일 크기 29.39 KB
설치 횟수 268
현재 버전 0.3.1
최근 업데이트 2020-03-17
출시 날짜 2020-03-17
개발자 VDubs
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/DutchRican/meme_gen
도움말 페이지 URL https://github.com/DutchRican/meme_gen
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meme Generator",
    "short_name": "Meme Generator",
    "version": "0.3.1",
    "description": "Create a meme from an image on a page",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": ".\/icons\/icon16.png",
        "32": ".\/icons\/icon32.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "index.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}