Pastel

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

什麼是Pastel?

Pastel是由https://usepastel.com開發的Chrome擴展程式,該擴展的主要功能是“The Pastel browser extension allows users to use canvases for websites behind VPNs and firewalls, and in other complex situations.”。

擴展截圖

screenshot
screenshot

下載Pastel擴展crx文件

下載Pastel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Pastel Pastel
ID pogpefpnemelncamdkcigobcdilekfpk
官方網址 https://chromewebstore.google.com/detail/pastel/pogpefpnemelncamdkcigobcdilekfpk
簡介 The Pastel browser extension allows users to use canvases for websites behind VPNs and firewalls, and in other complex situations.
檔案大小 151 KB
安裝次數 244
目前版本 1.0.4
更新時間 2023-11-02
上架時間 2023-06-02
評分 5.00/5 共 1 次評分
開發者 https://usepastel.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://usepastel.com
說明頁面URL https://help.usepastel.com/en/
隱私政策頁面URL https://usepastel.com/privacy
支援的語言 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": [
        ""
    ]
}