Octo-Free

Code tree for GitHub

Qu'est-ce que Octo-Free ?

Octo-Free est une extension Chrome développée par Unknown, et sa fonction principale est "Code tree for GitHub".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Octo-Free

Téléchargez les fichiers d'extension Octo-Free au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Octo-Free Octo-Free
ID japafjdhbmaapfhklkppbigmkioikboe
URL Officiel https://chromewebstore.google.com/detail/octo-free/japafjdhbmaapfhklkppbigmkioikboe
Description Code tree for GitHub
Taille du Fichier 411 KB
Nombre d'Installations 912
Version Actuelle 10.0.0
Dernière Mise à Jour 2020-04-19
Date de Publication 2020-04-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/tamer1an/octo-free
URL de la Page d'Aide https://github.com/tamer1an/octo-free/issues
Langues Prises en Charge 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
    }
}