CZ - DJ for Google Chrome
Want to DJ in your own Google Chrome? CZ, the DJ for Google Chrome allows you to take control and try out different sounds to get…
CZ - DJ for Google Chromeとは何ですか?
CZ - DJ for Google ChromeはZack Willsonによって開発されたChromeの拡張機能で、その主な機能は「Want to DJ in your own Google Chrome? CZ, the DJ for Google Chrome allows you to take control and try out different sounds to get…」です。
拡張機能のスクリーンショット
CZ - DJ for Google Chrome拡張機能のCRXファイルをダウンロード
CZ - DJ for Google Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Want to DJ in your own Google Chrome? CZ, the DJ for Google Chrome allows you to take control and try out different sounds to get your feet moving. With 17 different set loops to use and your own drum pad, you can create many different types of beats. Try different patterns with different loops and customize them with the drum pad. Also, use the variety of sound effects that also come with the extension. Open the extension at any time to play music and have it play in the background. It's free and intuitive!
拡張機能の基本情報
名前 | CZ - DJ for Google Chrome |
ID | dfcohjgmojcfnhmbcdfoinmbkliiliek |
公式URL | https://chromewebstore.google.com/detail/cz-dj-for-google-chrome/dfcohjgmojcfnhmbcdfoinmbkliiliek |
説明 | Want to DJ in your own Google Chrome? CZ, the DJ for Google Chrome allows you to take control and try out different sounds to get… |
ファイルサイズ | 2.47 MB |
インストール数 | 222 |
現在のバージョン | 0.1 |
最終更新日 | 2021-05-02 |
公開日 | 2021-05-02 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Zack Willson |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CZ - DJ for Google Chrome", "version": "0.1", "icons": { "16": "New 16.png", "48": "New 48.png", "128": "New 128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "CZ" }, "background": { "scripts": [ "background.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+M", "mac": "MacCtrl+M" }, "description": "Opens popup.html" } } } |