Otree4Gitlab

explorer tree for dated GitLab(forked from octotree)

What is Otree4Gitlab?

Otree4Gitlab is a Chrome extension developed by spade9k, and its main feature is "explorer tree for dated GitLab(forked from octotree)".

Extension Screenshots

screenshot

Download Otree4Gitlab Extension CRX File

Download Otree4Gitlab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        For gitlab dated version.



** UPDATE **


0.0.6 (2019.05.28) 

  - Otree4Gitlab has any origin permission no longer by default, specify your git-site url on options page.
  - The origins you added will be synchronized.                    

Extension Basic Information

Name Otree4Gitlab Otree4Gitlab
ID fifaipnegfhbcjdomiamfkinbphonchb
Official URL https://chromewebstore.google.com/detail/otree4gitlab/fifaipnegfhbcjdomiamfkinbphonchb
Description explorer tree for dated GitLab(forked from octotree)
File Size 194 KB
Installation Count 163
Current Version 0.0.6
Last Updated 2019-05-28
Publish Date 2019-05-28
Rating 4.00/5 Total 1 Ratings
Developer spade9k
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Otree4Gitlab",
    "version": "0.0.6",
    "manifest_version": 2,
    "author": "Louis Zhang",
    "description": "explorer tree for dated GitLab(forked from octotree)",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        ""
    ],
    "options_ui": {
        "page": "static\/options.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}