code runner

run simple code anytime and anywhere without any environment requirement

code runnerとは何ですか?

code runnerはxiakai61877によって開発されたChromeの拡張機能で、その主な機能は「run simple code anytime and anywhere without any environment requirement」です。

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

screenshot

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

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

拡張機能の使用方法

                        simple code snippet runner on chrome                    

拡張機能の基本情報

名前 code runner code runner
ID dbhlmjpfacmmmplcebbhgbofbckhmpbj
公式URL https://chromewebstore.google.com/detail/code-runner/dbhlmjpfacmmmplcebbhgbofbckhmpbj
説明 run simple code anytime and anywhere without any environment requirement
ファイルサイズ 1.4 MB
インストール数 1,244
現在のバージョン 0.0.3
最終更新日 2021-11-17
公開日 2020-07-21
評価 4.50/5 合計 6 レビュー
開発者 xiakai61877
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "code runner",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "run simple code anytime and anywhere without any environment requirement",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/ilovegoogle.cn\/runner"
    ],
    "browser_action": {
        "default_title": "code runner",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}