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
公式URL 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"
    }
}