Pigeon

Explore social content. The easiest way to find out what people are saying about what you're reading.

Pigeon란 무엇입니까?

Pigeon은(는) alielshayeb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Explore social content. The easiest way to find out what people are saying about what you're reading."입니다.

확장 프로그램 스크린샷

screenshot

Pigeon 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Pigeon is a lightweight chrome extension that gives users a social perspective on what they are reading online. 
Summary
Sentiment Analysis
Hashtag suggestion and search                    

확장 프로그램 기본 정보

이름 Pigeon Pigeon
ID jjenofeflnahgfcdejlaobmeclmmbmin
공식 URL https://chromewebstore.google.com/detail/pigeon/jjenofeflnahgfcdejlaobmeclmmbmin
설명 Explore social content. The easiest way to find out what people are saying about what you're reading.
파일 크기 55.74 KB
설치 횟수 11
현재 버전 1.4
최근 업데이트 2018-06-05
출시 날짜 2018-06-04
평점 5.00/5 총 11 개의 평점
개발자 alielshayeb
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getpigeon.herokuapp.com
도움말 페이지 URL https://getpigeon.herokuapp.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pigeon",
    "version": "1.4",
    "description": "Explore social content. The easiest way to find out what people are saying about what you're reading.",
    "manifest_version": 2,
    "incognito": "split",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "clipboardRead",
        "webRequest",
        "webNavigation",
        "*:\/\/*.herokuapp.com\/*"
    ]
}