HackerNotes Plugin

Open HackerNotes page of a Github Repository.

HackerNotes Plugin란 무엇입니까?

HackerNotes Plugin은(는) abhishek77in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open HackerNotes page of a Github Repository."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Plugin is supposed to open HackerNotes page for public Github repository on which the user is present.
Since it works in unobtrusive manner it won't be present all the time.                    

확장 프로그램 기본 정보

이름 HackerNotes Plugin HackerNotes Plugin
ID acphikopigkpfbkonnacihkhcefdeagg
공식 URL https://chromewebstore.google.com/detail/hackernotes-plugin/acphikopigkpfbkonnacihkhcefdeagg
설명 Open HackerNotes page of a Github Repository.
파일 크기 17.62 KB
설치 횟수 95
현재 버전 1.1
최근 업데이트 2015-11-23
출시 날짜 2015-11-23
평점 5.00/5 총 3 개의 평점
개발자 abhishek77in
결제 유형 free
확장 프로그램 웹 사이트 http://www.hackernotes.org/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HackerNotes Plugin",
    "version": "1.1",
    "description": "Open HackerNotes page of a Github Repository.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-16.jpg",
        "default_title": "HackerNotes"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icon-48.jpg",
        "128": "icon-128.jpg"
    },
    "manifest_version": 2
}