Like on GitHub

Use this extension to save your links to your GitHub repo.

Like on GitHub란 무엇입니까?

Like on GitHub은(는) Adnan Ahmed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use this extension to save your links to your GitHub repo."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Like on GitHub 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Remembering the links that you like on internet is difficult. So use this extension to save the links that you like on web to your github repo. Setting up this chrome extension is easy. Just install this extension and go to Options page to set the required credentials. After setting these credentials extension is ready to use. Press CMD+SHIFT+L and a window will open, click on the the save button in the window and your link will be saved to your github repo.


For more information you can visit: https://github.com/Idnan/like-on-github                    

확장 프로그램 기본 정보

이름 Like on GitHub Like on GitHub
ID fbkngleiiccokoifohhjhlagkejlphkj
공식 URL https://chromewebstore.google.com/detail/like-on-github/fbkngleiiccokoifohhjhlagkejlphkj
설명 Use this extension to save your links to your GitHub repo.
파일 크기 105 KB
설치 횟수 62
현재 버전 2.1.0
최근 업데이트 2018-05-27
출시 날짜 2018-05-26
평점 5.00/5 총 2 개의 평점
개발자 Adnan Ahmed
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Idnan
도움말 페이지 URL https://adnanahmed.info
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Like on GitHub",
    "short_name": "LikeOnGitHub",
    "description": "Use this extension to save your links to your GitHub repo.",
    "version": "2.1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/icons\/standard-16.png",
        "48": "assets\/icons\/standard-48.png",
        "64": "assets\/icons\/standard-64.png",
        "128": "assets\/icons\/standard-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Like on GitHub",
        "default_icon": "assets\/icons\/standard-16.png"
    },
    "manifest_version": 2,
    "homepage_url": "http:\/\/github.com\/idnan",
    "options_page": "options.html"
}