Picpic

the best gif, app

Was ist Picpic?

Picpic ist eine Chrome-Erweiterung, die von picpic.sikkle entwickelt wurde, und ihr Hauptmerkmal ist "the best gif, app".

Erweiterungsscreenshots

screenshot

Picpic-Erweiterungs-CRX-Datei herunterladen

Laden Sie Picpic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Picpic Picpic
ID dikpenocomjknagfbfkonjfapmlkiedj
Offizielle URL https://chromewebstore.google.com/detail/picpic/dikpenocomjknagfbfkonjfapmlkiedj
Beschreibung the best gif, app
Dateigröße 49.4 KB
Installationsanzahl 634
Aktuelle Version 1.3
Letztes Update 2016-05-03
Veröffentlichungsdatum 2016-05-03
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler picpic.sikkle
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}