Puggin.it

Replaces images with Pugs

Puggin.it là gì?

Puggin.it là một tiện ích mở rộng Chrome được phát triển bởi https://www.rockcandymedia.com, và tính năng chính của nó là "Replaces images with Pugs".

Ả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 Puggin.it

Tải xuống các tệp mở rộng Puggin.it 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

                        Get this Chrome extension to pimp every page with a profusion of pugs.

1. Visit any website that has photos, such as Facebook or USA Today.

2. Click the Rock Candy Media logo.

3. Enjoy the pugs.                    

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

Tên Puggin.it Puggin.it
ID fgccknmgndofeggbcaekgolhflbhdjnd
URL Chính Thức https://chromewebstore.google.com/detail/pugginit/fgccknmgndofeggbcaekgolhflbhdjnd
Mô tả Replaces images with Pugs
Kích Thước Tệp 72.01 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2013-08-19
Ngày Phát Hành 2013-08-19
Đánh Giá 4.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://www.rockcandymedia.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "rcm.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "Puggin.it"
    },
    "description": "Replaces images with Pugs",
    "homepage_url": "http:\/\/puggin.it",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "author": "Joe Wanko",
    "manifest_version": 2,
    "name": "Puggin.it",
    "permissions": [
        "http:\/\/rockcandymedia.com\/puggin.it\/pugs.xml",
        "activeTab"
    ],
    "version": "1.3"
}