Pigeon
The messenger pigeon for your favorite sources.
Pigeon란 무엇입니까?
Pigeon은(는) ffstudios1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The messenger pigeon for your favorite sources."입니다.
확장 프로그램 스크린샷
Pigeon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |