Picpic

the best gif, app

什麼是Picpic?

Picpic是由picpic.sikkle開發的Chrome擴展程式,該擴展的主要功能是“the best gif, app”。

擴展截圖

screenshot

下載Picpic擴展crx文件

下載Picpic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}