Voyage for CM3
A chrome extension to allow for browsing and usage of presets for clipmaker 3
Voyage for CM3とは何ですか?
Voyage for CM3はhttp://query.designによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to allow for browsing and usage of presets for clipmaker 3」です。
拡張機能のスクリーンショット
Voyage for CM3拡張機能のCRXファイルをダウンロード
Voyage for CM3拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Voyage is a chrome extension that allows for easy browsing, searching, and usage of presets including shaders and expressions for Panzoid's Clipmaker 3.
Voyage is in no way affiliated with Panzoid. 拡張機能の基本情報
| 名前 | |
| ID | lfbcokffodmloihafigcfdopeimjlnac |
| 公式URL | https://chrome.google.com/webstore/detail/voyage-for-cm3/lfbcokffodmloihafigcfdopeimjlnac |
| 説明 | A chrome extension to allow for browsing and usage of presets for clipmaker 3 |
| ファイルサイズ | 19.02 KB |
| インストール数 | 400 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2021-06-09 |
| 公開日 | 2020-09-08 |
| 評価 | 3.84/5 合計 25 レビュー |
| 開発者 | http://query.design |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Voyage for CM3",
"description": "A chrome extension to allow for browsing and usage of presets for clipmaker 3",
"version": "1.0.2",
"permissions": [
"tabs",
"http:\/\/panzoid.com\/*",
"https:\/\/panzoid.com\/*",
"clipboardWrite",
"clipboardRead"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"incognito": "split",
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_title": "Voyage for CM3"
},
"manifest_version": 2,
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+A",
"mac": "MacCtrl+Shift+A"
}
}
}
} | |