Pigeon

The messenger pigeon for your favorite sources.

什麼是Pigeon?

Pigeon是由ffstudios1開發的Chrome擴展程式,該擴展的主要功能是“The messenger pigeon for your favorite sources.”。

擴展截圖

screenshot

下載Pigeon擴展crx文件

下載Pigeon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Pigeon Pigeon
ID ffmghjjkglnclocijfebfhciooaaklog
官方網址 https://chrome.google.com/webstore/detail/pigeon/ffmghjjkglnclocijfebfhciooaaklog
簡介 The messenger pigeon for your favorite sources.
檔案大小 15.8 KB
安裝次數 26
目前版本 1.1
更新時間 2016-12-21
上架時間 2016-12-21
評分 5.00/5 共 2 次評分
開發者 ffstudios1
付費類型 free
擴展官網 https://dave4506.github.io/pigeon/
支援的語言 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"
    }
}