Pigeon
The messenger pigeon for your favorite sources.
什么是Pigeon?
Pigeon是由ffstudios1开发的Chrome扩展程序,该扩展的主要功能是“The messenger pigeon for your favorite sources.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" } } |