Editabro
Editor in new tab.
Editabroとは何ですか?
Editabroはr7kamuraによって開発されたChromeの拡張機能で、その主な機能は「Editor in new tab.」です。
拡張機能のスクリーンショット
Editabro拡張機能のCRXファイルをダウンロード
Editabro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Editabro is a browser extension to change your new tab page to an editor.
* No file
* No configuration
* Auto-save in browser
* Sync within chrome account
* Dark mode support
* Markdown support
* VSCode derived features 拡張機能の基本情報
| 名前 | |
| ID | eodgdnjgkjjlohklhoaapfhghgcoihmf |
| 公式URL | https://chromewebstore.google.com/detail/editabro/eodgdnjgkjjlohklhoaapfhghgcoihmf |
| 説明 | Editor in new tab. |
| ファイルサイズ | 991 KB |
| インストール数 | 250 |
| 現在のバージョン | 0.3.0 |
| 最終更新日 | 2022-09-06 |
| 公開日 | 2022-07-16 |
| 評価 | 4.33/5 合計 3 レビュー |
| 開発者 | r7kamura |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/r7kamura/editabro |
| ヘルプページのURL | https://github.com/r7kamura/editabro/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Editabro",
"description": "Editor in new tab.",
"version": "0.3.0",
"manifest_version": 3,
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"chrome_url_overrides": {
"newtab": "src\/newtab.html"
},
"permissions": [
"storage"
]
} | |