New Repl
Quickly create a new repl on repl.it! (Not associated with repl.it)
New Replとは何ですか?
New ReplはGavHernによって開発されたChromeの拡張機能で、その主な機能は「Quickly create a new repl on repl.it! (Not associated with repl.it)」です。
拡張機能のスクリーンショット
New Repl拡張機能のCRXファイルをダウンロード
New Repl拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly create a new repl.it project from anywhere on Chrome! Choose what language you want to write in and you're all set! Created by Gav Hern, not affiliated with repl.it or Neoreason
拡張機能の基本情報
名前 | New Repl |
ID | ebpfoggdhbonnbpioddlandlicknhobk |
公式URL | https://chromewebstore.google.com/detail/new-repl/ebpfoggdhbonnbpioddlandlicknhobk |
説明 | Quickly create a new repl on repl.it! (Not associated with repl.it) |
ファイルサイズ | 78.83 KB |
インストール数 | 84 |
現在のバージョン | 1.1.0 |
最終更新日 | 2019-05-17 |
公開日 | 2019-05-16 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | GavHern |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Repl", "short_name": "Quickly make repls", "description": "Quickly create a new repl on repl.it! (Not associated with repl.it)", "version": "1.1.0", "icons": { "128": "icon_128_extension.png" }, "permissions": [], "browser_action": { "browser_icon": "Icon_128.png", "default_popup": "popup.html", "default_title": "New Repl" } } |