Shadertoy unofficial plugin.

Shadertoy.com unofficial plugin.

Shadertoy unofficial plugin. là gì?

Shadertoy unofficial plugin. là một tiện ích mở rộng Chrome được phát triển bởi Patu/AberrationCreations, và tính năng chính của nó là "Shadertoy.com unofficial plugin.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shadertoy unofficial plugin.

Tải xuống các tệp mở rộng Shadertoy unofficial plugin. 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

                        Features:

* List of recent shaders.
* Fork any shader.
* Save as new draft (for owned shaders).
* Export shaders (single JSON or ZIP archive with JSON and readme.txt).
* Display current canvas resolution.
* Create links in comments and description.

* Backup all user's shaders (JSON file).
* Adjustable slider for full control of 'iTime' uniform and audio/video inputs.
* FOUR sliders simulating mouse position with the same range. This can be used to tweaking variables.
* Big shader preview on shaders list on "My profile" page ( + optional alternative layout ). 
* Change resolution in windowed and fullscreen mode by pressing ALT and  1...9. keys.
  Resolution is divided by pressed key value, for example:
* Pause/Restart in fullscreen mode. FWD/RWD with arrow keys.
* Fullscreen edit mode.
* Render call multiplier

https://github.com/patuwwy/ShaderToy-Chrome-Plugin                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shadertoy unofficial plugin. Shadertoy unofficial plugin.
ID ohicbclhdmkhoabobgppffepcopomhgl
URL Chính Thức https://chromewebstore.google.com/detail/shadertoy-unofficial-plug/ohicbclhdmkhoabobgppffepcopomhgl
Mô tả Shadertoy.com unofficial plugin.
Kích Thước Tệp 157 KB
Số Lần Cài Đặt 5,710
Phiên Bản Hiện Tại 0.14.260
Cập Nhật Lần Cuối 2024-02-22
Ngày Phát Hành 2020-06-06
Đánh Giá 4.54/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Patu/AberrationCreations
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/patuwwy/ShaderToy-Chrome-Plugin
URL Trang Trợ Giúp https://github.com/patuwwy/ShaderToy-Chrome-Plugin
URL Trang Chính Sách Bảo Mật https://github.com/patuwwy/ShaderToy-Chrome-Plugin/blob/master/PRIVACY-POLICY.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shadertoy unofficial plugin.",
    "version": "0.14.260",
    "description": "Shadertoy.com unofficial plugin.",
    "homepage_url": "https:\/\/github.com\/patuwwy\/ShaderToy-Chrome-Plugin",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.shadertoy.com\/*"
    ],
    "icons": {
        "128": "assets\/icon_active_128.png"
    },
    "action": {
        "default_title": "ShaderToy plugin",
        "default_icon": "assets\/icon_active_128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.shadertoy.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.shadertoy.com\/signin"
            ],
            "js": [
                "contentscript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.js",
                "shadertoy-plugin.js",
                "shadertoy-plugin-common.js",
                "add-ons\/shadertoy-plugin-codemirror.js",
                "add-ons\/shadertoy-plugin-bbcode.js",
                "shadertoy-plugin-profile.js",
                "shadertoy-plugin-home.js",
                "scripts\/jszip-3.1.5.js",
                "scripts\/node-sanitize-filename.js"
            ],
            "matches": [
                "https:\/\/www.shadertoy.com\/*"
            ]
        }
    ]
}