Picpic

the best gif, app

ما هو Picpic؟

Picpic هو إضافة Chrome تم تطويرها بواسطة picpic.sikkle، والميزة الرئيسية لها هي "the best gif, app".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Picpic

قم بتنزيل ملفات الامتداد Picpic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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]                    

معلومات أساسية عن التمديد

الاسم Picpic Picpic
ID dikpenocomjknagfbfkonjfapmlkiedj
عنوان URL الرسمي https://chromewebstore.google.com/detail/picpic/dikpenocomjknagfbfkonjfapmlkiedj
الوصف the best gif, app
حجم الملف 49.4 KB
عدد التثبيتات 634
النسخة الحالية 1.3
آخر تحديث 2016-05-03
تاريخ النشر 2016-05-03
تقييم 5.00/5 مجموع تقييمات 3
المطور picpic.sikkle
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
        ]
    }
}