Picpic

the best gif, app

Co to jest Picpic?

Picpic to rozszerzenie Chrome opracowane przez picpic.sikkle, a jego główną funkcją jest „the best gif, app”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Picpic

Pobierz pliki rozszerzeń Picpic w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Picpic Picpic
ID dikpenocomjknagfbfkonjfapmlkiedj
Oficjalny URL https://chromewebstore.google.com/detail/picpic/dikpenocomjknagfbfkonjfapmlkiedj
Opis the best gif, app
Rozmiar pliku 49.4 KB
Liczba instalacji 634
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2016-05-03
Data Publikacji 2016-05-03
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper picpic.sikkle
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}