Expand & Collapse

Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub platform

Expand & Collapseとは何ですか?

Expand & Collapseはachamsanjeevakumarによって開発されたChromeの拡張機能で、その主な機能は「Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub platform」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Modern editors provide code expand & collapse feature which enables the user to navigate the code easily. Same doesn't exist for web version of github.
Expand & Collapse tool provides same functionality. It supports  prominent languages Java, JavaScript, C , C++, PHP,R,Swift                    

拡張機能の基本情報

名前 Expand & Collapse Expand & Collapse
ID odeomhdjffbnnobalkalehmidefcdmkn
公式URL https://chromewebstore.google.com/detail/expand-collapse/odeomhdjffbnnobalkalehmidefcdmkn
説明 Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub platform
ファイルサイズ 21.13 KB
インストール数 76
現在のバージョン 1.0.0
最終更新日 2021-02-17
公開日 2021-02-17
評価 5.00/5 合計 1 レビュー
開発者 achamsanjeevakumar
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/achamsanjeeva/ExpandCollapse
ヘルプページのURL https://github.com/achamsanjeeva/ExpandCollapse
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expand & Collapse",
    "description": "Extension allows the user to Expand & Collapse code sections which is hosted on any GitHub platform",
    "homepage_url": "https:\/\/github.com\/achamsanjeeva\/ExpandCollapse",
    "version": "1.0.0",
    "author": "Acham Sanjeeva Kumar",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16x16.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/48x48.png",
            "128": "\/images\/128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    }
}