CityU FCC Extension

The extension that can help using FCC more effectively.

CityU FCC Extensionとは何ですか?

CityU FCC ExtensionはUnknownによって開発されたChromeの拡張機能で、その主な機能は「The extension that can help using FCC more effectively.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension aims to help students to use the Free Code Camp more effectively.                    

拡張機能の基本情報

名前 CityU FCC Extension CityU FCC Extension
ID padapffebpejcbhcognimnjfbfofgmjm
公式URL https://chromewebstore.google.com/detail/cityu-fcc-extension/padapffebpejcbhcognimnjfbfofgmjm
説明 The extension that can help using FCC more effectively.
ファイルサイズ 105 KB
インストール数 29
現在のバージョン 0.7
最終更新日 2019-09-18
公開日 2019-09-18
評価 5.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/PengWang0316/CityUFCCExtension
ヘルプページのURL https://github.com/PengWang0316/CityUFCCExtension
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CityU FCC Extension",
    "version": "0.7",
    "description": "The extension that can help using FCC more effectively.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/learn.freecodecamp.org\/*"
            ],
            "js": [
                ".\/build\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": ".\/build\/popup.html",
        "default_title": "CityU Apprenti Program"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/raw.githubusercontent.com\/PengWang0316\/CityUFCCExtension\/master\/CourseData.json"
    ],
    "homepage_url": "https:\/\/github.com\/PengWang0316\/CityUFCCExtension"
}