Shadertoy unofficial plugin.

Shadertoy.com unofficial plugin.

Shadertoy unofficial plugin. क्या है?

Shadertoy unofficial plugin. Patu/AberrationCreations द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shadertoy.com unofficial plugin."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shadertoy unofficial plugin. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Shadertoy unofficial plugin. Shadertoy unofficial plugin.
ID ohicbclhdmkhoabobgppffepcopomhgl
आधिकारिक URL https://chromewebstore.google.com/detail/shadertoy-unofficial-plug/ohicbclhdmkhoabobgppffepcopomhgl
विवरण Shadertoy.com unofficial plugin.
फ़ाइल का आकार 157 KB
स्थापना संख्या 5,710
वर्तमान संस्करण 0.14.260
अंतिम अपडेट 2024-02-22
प्रकाशन तिथि 2020-06-06
रेटिंग 4.54/5 कुल 13 रेटिंग्स
डेवलपर Patu/AberrationCreations
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/patuwwy/ShaderToy-Chrome-Plugin
सहायता पृष्ठ URL https://github.com/patuwwy/ShaderToy-Chrome-Plugin
गोपनीयता नीति पृष्ठ URL https://github.com/patuwwy/ShaderToy-Chrome-Plugin/blob/master/PRIVACY-POLICY.md
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}