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 |
| 官方網址 | 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"
}
} | |