Pastel

The Pastel browser extension allows users to use canvases for websites behind VPNs and firewalls, and in other complex situations.

Co je Pastel?

Pastel je rozšíření Chrome vyvinuté https://usepastel.com, a jeho hlavní funkcí je „The Pastel browser extension allows users to use canvases for websites behind VPNs and firewalls, and in other complex situations.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Pastel

Stáhněte si soubory rozšíření Pastel ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Share visual feedback on any website, in one click. 

With Pastel's free Chrome extension, you can create an interactive canvas and comment on any website, leaving feedback for your designers, developers or clients. Just share a link and let anyone join the conversation.

With the Pastel Chrome extension, you can also reliably enable the Pastel canvas experience for websites hosted behind VPNs and firewalls, and in other complex situations.                    

Základní Informace o Rozšíření

Název Pastel Pastel
ID pogpefpnemelncamdkcigobcdilekfpk
Oficiální URL https://chromewebstore.google.com/detail/pastel/pogpefpnemelncamdkcigobcdilekfpk
Popis The Pastel browser extension allows users to use canvases for websites behind VPNs and firewalls, and in other complex situations.
Velikost souboru 151 KB
Počet instalací 244
Aktuální Verze 1.0.4
Poslední Aktualizace 2023-11-02
Datum Vydání 2023-06-02
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://usepastel.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://usepastel.com
URL Stránky Nápovědy https://help.usepastel.com/en/
URL Stránky Zásad Ochrany Soukromí https://usepastel.com/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.754a7afc.png",
        "32": "icon32.plasmo.1b596b7f.png",
        "48": "icon48.plasmo.9c45e82d.png",
        "64": "icon64.plasmo.696cf0ec.png",
        "128": "icon128.plasmo.f5004619.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.754a7afc.png",
            "32": "icon32.plasmo.1b596b7f.png",
            "48": "icon48.plasmo.9c45e82d.png",
            "64": "icon64.plasmo.696cf0ec.png",
            "128": "icon128.plasmo.f5004619.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.4",
    "author": "Pastel",
    "name": "Pastel",
    "description": "The Pastel browser extension allows users to use canvases for websites behind VPNs and firewalls, and in other complex situations.",
    "background": {
        "service_worker": "background.b78a8f7f.js"
    },
    "permissions": [
        "tabs",
        "declarativeNetRequestWithHostAccess",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}