Picpic

the best gif, app

Wat is Picpic?

Picpic is een Chrome-extensie ontwikkeld door picpic.sikkle, en de belangrijkste functie is "the best gif, app".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Picpic

Download Picpic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Picpic Picpic
ID dikpenocomjknagfbfkonjfapmlkiedj
Officiële URL https://chromewebstore.google.com/detail/picpic/dikpenocomjknagfbfkonjfapmlkiedj
Beschrijving the best gif, app
Bestandsgrootte 49.4 KB
Aantal Installaties 634
Huidige Versie 1.3
Laatst Bijgewerkt 2016-05-03
Publicatiedatum 2016-05-03
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar picpic.sikkle
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}