Thinkful course theme editor

This extension changes background & font color for Thinkful courses

Thinkful course theme editorとは何ですか?

Thinkful course theme editorはyoobi.devによって開発されたChromeの拡張機能で、その主な機能は「This extension changes background & font color for Thinkful courses」です。

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

screenshot
screenshot

Thinkful course theme editor拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Change background and font color for Thinkful courses.                    

拡張機能の基本情報

名前 Thinkful course theme editor Thinkful course theme editor
ID npmolopdjgniplfghjlponmehmggcmkn
公式URL https://chrome.google.com/webstore/detail/thinkful-course-theme-edi/npmolopdjgniplfghjlponmehmggcmkn
説明 This extension changes background & font color for Thinkful courses
ファイルサイズ 5.47 KB
インストール数 79
現在のバージョン 0.1.0
最終更新日 2017-08-24
公開日 2017-08-24
評価 4.00/5 合計 2 レビュー
開発者 yoobi.dev
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thinkful course theme editor",
    "description": "This extension changes background & font color for Thinkful courses",
    "version": "0.1.0",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "css": [
                "thinkful.css"
            ],
            "matches": [
                "https:\/\/courses.thinkful.com\/*"
            ]
        }
    ]
}