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”。
擴展截圖
下載code runner擴展crx文件
下載code runner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
simple code snippet runner on chrome
擴展基本資訊
名稱 | code runner |
ID | dbhlmjpfacmmmplcebbhgbofbckhmpbj |
官方網址 | 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 |
電子郵箱 | [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" } } |