Pigeon

The messenger pigeon for your favorite sources.

Pigeon là gì?

Pigeon là một tiện ích mở rộng Chrome được phát triển bởi ffstudios1, và tính năng chính của nó là "The messenger pigeon for your favorite sources.".

Ả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 Pigeon

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

                        Pigeon is the new way to get your news fix. Every new tab will present you with a gorgeous picture and a quote/headline from a source of your choosing. 

When something catches your eye, hit check it out and off and away! You are reading in on this sweet sweet article.  

Let Pigeon take your new tab game to the next level.                    

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

Tên Pigeon Pigeon
ID ffmghjjkglnclocijfebfhciooaaklog
URL Chính Thức https://chrome.google.com/webstore/detail/pigeon/ffmghjjkglnclocijfebfhciooaaklog
Mô tả The messenger pigeon for your favorite sources.
Kích Thước Tệp 15.8 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-12-21
Ngày Phát Hành 2016-12-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ffstudios1
Loại Thanh Toán free
Trang Web Mở Rộng https://dave4506.github.io/pigeon/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pigeon",
    "author": "Download Horizons",
    "description": "The messenger pigeon for your favorite sources.",
    "version": "1.1",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png"
    }
}