Voyage for CM3
A chrome extension to allow for browsing and usage of presets for clipmaker 3
Voyage for CM3 là gì?
Voyage for CM3 là một tiện ích mở rộng Chrome được phát triển bởi http://query.design, và tính năng chính của nó là "A chrome extension to allow for browsing and usage of presets for clipmaker 3".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Voyage for CM3
Tải xuống các tệp mở rộng Voyage for CM3 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lfbcokffodmloihafigcfdopeimjlnac |
URL Chính Thức | https://chrome.google.com/webstore/detail/voyage-for-cm3/lfbcokffodmloihafigcfdopeimjlnac |
Mô tả | A chrome extension to allow for browsing and usage of presets for clipmaker 3 |
Kích Thước Tệp | 19.02 KB |
Số Lần Cài Đặt | 400 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2021-06-09 |
Ngày Phát Hành | 2020-09-08 |
Đánh Giá | 3.84/5 Tổng số 25 Đánh Giá |
Nhà Phát Triển | http://query.design |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |