Octo-Free

Code tree for GitHub

¿Qué es Octo-Free?

Octo-Free es una extensión de Chrome desarrollada por Unknown, y su función principal es "Code tree for GitHub".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Octo-Free

Descarga archivos de extensión Octo-Free en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Octo-Free Octo-Free
ID japafjdhbmaapfhklkppbigmkioikboe
URL Oficial https://chromewebstore.google.com/detail/octo-free/japafjdhbmaapfhklkppbigmkioikboe
Descripción Code tree for GitHub
Tamaño del Archivo 411 KB
Cantidad de Instalaciones 912
Versión Actual 10.0.0
Última Actualización 2020-04-19
Fecha de Publicación 2020-04-19
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Sitio Web de la Extensión https://github.com/tamer1an/octo-free
URL de la Página de Ayuda https://github.com/tamer1an/octo-free/issues
Idiomas Soportados 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
    }
}