Share Hacker News on Facebook

Adds a link to each article and comment on Hacker News to let you share on Facebook

Share Hacker News on Facebook란 무엇입니까?

Share Hacker News on Facebook은(는) https://leknarflabs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a link to each article and comment on Hacker News to let you share on Facebook"입니다.

확장 프로그램 스크린샷

screenshot

Share Hacker News on Facebook 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds a Facebook sharing link to the right of each comment permalink.

More from http://leknarflabs.com                    

확장 프로그램 기본 정보

이름 Share Hacker News on Facebook Share Hacker News on Facebook
ID hgiheeblinonmojjgcgeecfcmnjeojhi
공식 URL https://chromewebstore.google.com/detail/share-hacker-news-on-face/hgiheeblinonmojjgcgeecfcmnjeojhi
설명 Adds a link to each article and comment on Hacker News to let you share on Facebook
파일 크기 129 KB
설치 횟수 46
현재 버전 1.0.0.2
최근 업데이트 2013-08-14
출시 날짜 2013-08-13
평점 4.32/5 총 19 개의 평점
개발자 https://leknarflabs.com
결제 유형 free
확장 프로그램 웹 사이트 http://leknarflabs.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share Hacker News on Facebook",
    "description": "Adds a link to each article and comment on Hacker News to let you share on Facebook",
    "version": "1.0.0.2",
    "permissions": [
        "https:\/\/news.ycombinator.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ],
            "js": [
                "hnsc.js",
                "jquery-1.9.1.min.js"
            ]
        }
    ]
}