Coding in browser
Coding in browser
什么是Coding in browser?
Coding in browser是由myworkstokyo开发的Chrome扩展程序,该扩展的主要功能是“Coding in browser”。
扩展截图
下载Coding in browser扩展crx文件
下载Coding in browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can create and edit text files in your browser. You can upload a local file for editing. You can download the created file.
扩展基本信息
名称 | |
ID | jnijgdmkjfpdeccboohjpmphhglpncfi |
官方URL | https://chrome.google.com/webstore/detail/coding-in-browser/jnijgdmkjfpdeccboohjpmphhglpncfi |
简介 | Coding in browser |
文件大小 | 12.26 KB |
安装次数 | 133 |
当前版本 | 1.0.1 |
更新时间 | 2020-04-30 |
上架时间 | 2020-04-30 |
开发者 | myworkstokyo |
付费类型 | free |
扩展官网 | https://myworks.tokyo/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coding in browser", "version": "1.0.1", "manifest_version": 2, "description": "Coding in browser", "browser_action": { "default_icon": { "19": ".\/icon\/icon19.png" }, "default_popup": "popup.html" }, "icons": { "16": ".\/icon\/icon16.png", "19": ".\/icon\/icon19.png", "32": ".\/icon\/icon32.png", "38": ".\/icon\/icon38.png", "48": ".\/icon\/icon48.png", "128": ".\/icon\/icon128.png" } } |