Picpic

the best gif, app

Picpic là gì?

Picpic là một tiện ích mở rộng Chrome được phát triển bởi picpic.sikkle, và tính năng chính của nó là "the best gif, app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Picpic

Tải xuống các tệp mở rộng Picpic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Picpic Picpic
ID dikpenocomjknagfbfkonjfapmlkiedj
URL Chính Thức https://chromewebstore.google.com/detail/picpic/dikpenocomjknagfbfkonjfapmlkiedj
Mô tả the best gif, app
Kích Thước Tệp 49.4 KB
Số Lần Cài Đặt 634
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2016-05-03
Ngày Phát Hành 2016-05-03
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển picpic.sikkle
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}