Octo-Free

Code tree for GitHub

Octo-Free란 무엇입니까?

Octo-Free은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Code tree for GitHub"입니다.

확장 프로그램 스크린샷

screenshot

Octo-Free 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Thanks to Buu Nguyen and his team for the Code tree for GitHub
https://github.com/ovity/octotree/graphs/contributors
Octotree extension was released and serve well many years to all developers across the world. 

Recently black-theme feature that initially was free in v2 became a pro feature in v3.

And in mind about children and hard workers who will read GitHub late at night and have to burn the eyes in case of not proper room light.

Using opensource nature releasing this fork of Octotree v2 branch and will name it Octo-Free. Will try to add a nice feature that possibly will be compatible with original Octotree-v3 version.

Recommendations: 
To enable icons in the tree-view install additional extension:
https://chrome.google.com/webstore/detail/file-icon-for-github-and/ficfmibkjjnpogdcfhfokmihanoldbfe

To enable dark theme you need to install a compatible third party extension and my preference is:
https://chrome.google.com/webstore/detail/github-dark-theme/odkdlljoangmamjilkamahebpkgpeacp/                    

확장 프로그램 기본 정보

이름 Octo-Free Octo-Free
ID japafjdhbmaapfhklkppbigmkioikboe
공식 URL https://chromewebstore.google.com/detail/octo-free/japafjdhbmaapfhklkppbigmkioikboe
설명 Code tree for GitHub
파일 크기 411 KB
설치 횟수 912
현재 버전 10.0.0
최근 업데이트 2020-04-19
출시 날짜 2020-04-19
평점 5.00/5 총 2 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/tamer1an/octo-free
도움말 페이지 URL https://github.com/tamer1an/octo-free/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Octo-Free",
    "version": "10.0.0",
    "manifest_version": 2,
    "author": "Buu Nguyen, Andrii Trybynenko",
    "description": "Code tree for GitHub",
    "homepage_url": "https:\/\/github.com\/tamer1an\/octo-free",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/github.com\/*",
        "storage"
    ],
    "optional_permissions": [
        ""
    ],
    "web_accessible_resources": [
        "*.woff2",
        "*.png",
        "*.gif"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}