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