Octo-Free

Code tree for GitHub

Octo-Free क्या है?

Octo-Free Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Code tree for GitHub"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Octo-Free एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}