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"
}
} | |