Picpic

the best gif, app

O que é Picpic?

Picpic é uma extensão do Chrome desenvolvida por picpic.sikkle, e sua principal característica é "the best gif, app".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Picpic

Baixe arquivos de extensão Picpic no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Picpic Picpic
ID dikpenocomjknagfbfkonjfapmlkiedj
URL Oficial https://chromewebstore.google.com/detail/picpic/dikpenocomjknagfbfkonjfapmlkiedj
Descrição the best gif, app
Tamanho do Arquivo 49.4 KB
Contagem de Instalações 634
Versão Atual 1.3
Última Atualização 2016-05-03
Data de Publicação 2016-05-03
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor picpic.sikkle
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}