Picpic

the best gif, app

Cos'è Picpic?

Picpic è un'estensione di Chrome sviluppata da picpic.sikkle, e la sua funzione principale è "the best gif, app".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Picpic

Scarica i file di estensione Picpic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Picpic Picpic
ID dikpenocomjknagfbfkonjfapmlkiedj
URL Ufficiale https://chromewebstore.google.com/detail/picpic/dikpenocomjknagfbfkonjfapmlkiedj
Descrizione the best gif, app
Dimensione del File 49.4 KB
Conteggio Installazioni 634
Versione Corrente 1.3
Ultimo Aggiornamento 2016-05-03
Data di Pubblicazione 2016-05-03
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore picpic.sikkle
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}