YMPU

Post photos and urls.

YMPU란 무엇입니까?

YMPU은(는) joe.murphy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Post photos and urls."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Upload photos and URLs from the web to any site that supports and is configured to handle photo and URL uploads.                    

확장 프로그램 기본 정보

이름 YMPU YMPU
ID pdagioidoiplkieipnnhmfkpdcdmabof
공식 URL https://chromewebstore.google.com/detail/ympu/pdagioidoiplkieipnnhmfkpdcdmabof
설명 Post photos and urls.
파일 크기 6.25 KB
설치 횟수 32
현재 버전 0.2.3
최근 업데이트 2015-07-19
출시 날짜 2015-07-19
평점 5.00/5 총 5 개의 평점
개발자 joe.murphy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://twitter.com/freejoe76
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YMPU",
    "version": "0.2.3",
    "manifest_version": 2,
    "description": "Post photos and urls.",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.gif",
        "default_popup": "menu.html",
        "default_title": "YM"
    },
    "icons": {
        "16": "icon_16.gif",
        "48": "icon.gif"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}