Octo-Free

Code tree for GitHub

什麼是Octo-Free?

Octo-Free是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Code tree for GitHub”。

擴展截圖

screenshot

下載Octo-Free擴展crx文件

下載Octo-Free擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}