Picpic

the best gif, app

Qu'est-ce que Picpic ?

Picpic est une extension Chrome développée par picpic.sikkle, et sa fonction principale est "the best gif, app".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Picpic

Téléchargez les fichiers d'extension Picpic au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Picpic Picpic
ID dikpenocomjknagfbfkonjfapmlkiedj
URL Officiel https://chromewebstore.google.com/detail/picpic/dikpenocomjknagfbfkonjfapmlkiedj
Description the best gif, app
Taille du Fichier 49.4 KB
Nombre d'Installations 634
Version Actuelle 1.3
Dernière Mise à Jour 2016-05-03
Date de Publication 2016-05-03
Évaluation 5.00/5 Total 3 Évaluations
Développeur picpic.sikkle
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}