Otree4Gitlab

explorer tree for dated GitLab(forked from octotree)

Otree4Gitlabとは何ですか?

Otree4Gitlabはspade9kによって開発されたChromeの拡張機能で、その主な機能は「explorer tree for dated GitLab(forked from octotree)」です。

拡張機能のスクリーンショット

screenshot

Otree4Gitlab拡張機能のCRXファイルをダウンロード

Otree4Gitlab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Otree4Gitlab Otree4Gitlab
ID fifaipnegfhbcjdomiamfkinbphonchb
公式URL https://chromewebstore.google.com/detail/otree4gitlab/fifaipnegfhbcjdomiamfkinbphonchb
説明 explorer tree for dated GitLab(forked from octotree)
ファイルサイズ 194 KB
インストール数 163
現在のバージョン 0.0.6
最終更新日 2019-05-28
公開日 2019-05-28
評価 4.00/5 合計 1 レビュー
開発者 spade9k
Eメール [email protected]
支払い方法 free
対応言語 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
    }
}