FreeCodeCamp launcher

Quick launch FreeCodeCamp pages

FreeCodeCamp launcherとは何ですか?

FreeCodeCamp launcherはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Quick launch FreeCodeCamp pages」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 FreeCodeCamp launcher FreeCodeCamp launcher
ID bcikomifnbgninchakcieapmlejhdncb
公式URL https://chromewebstore.google.com/detail/freecodecamp-launcher/bcikomifnbgninchakcieapmlejhdncb
説明 Quick launch FreeCodeCamp pages
ファイルサイズ 12.24 KB
インストール数 90
現在のバージョン 1.0.0
最終更新日 2019-01-18
公開日 2019-01-18
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FreeCodeCamp launcher",
    "description": "Quick launch FreeCodeCamp pages",
    "version": "1.0.0",
    "icons": {
        "128": "fcc.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}