Picpic

the best gif, app

Picpicคืออะไร?

Picpic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย picpic.sikkle และคุณลักษณะหลักของมันคือ "the best gif, app"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Picpic

ดาวน์โหลดไฟล์ส่วนขยาย Picpic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}