Picpic

the best gif, app

Picpic란 무엇입니까?

Picpic은(는) picpic.sikkle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "the best gif, app"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Bring the power of a GIF search engine anywhere on the Picpic(http://www.picpic.world)
Respond to emails, tweets, bloggers and more with GIFs quickly and easily.


Add Picpic GIFs to your Gmail, Facebook, Twitter and more. We are constantly expanding support.  Let us know where you want to respond with a GIF.  Using the Picpic extension is fast and simple, Just search, drag and drop or right click!

Keep up with the latest trending GIFs every time you use the extension. Have issues or feature requests? Contact us: [email protected]                    

확장 프로그램 기본 정보

이름 Picpic Picpic
ID dikpenocomjknagfbfkonjfapmlkiedj
공식 URL https://chromewebstore.google.com/detail/picpic/dikpenocomjknagfbfkonjfapmlkiedj
설명 the best gif, app
파일 크기 49.4 KB
설치 횟수 634
현재 버전 1.3
최근 업데이트 2016-05-03
출시 날짜 2016-05-03
평점 5.00/5 총 3 개의 평점
개발자 picpic.sikkle
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Picpic",
    "description": "the best gif, app",
    "version": "1.3",
    "icons": {
        "128": "icon.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_title": "copy",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}