Pastel

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

ما هو Pastel؟

Pastel هو إضافة Chrome تم تطويرها بواسطة https://usepastel.com، والميزة الرئيسية لها هي "The Pastel browser extension allows users to use canvases for websites behind VPNs and firewalls, and in other complex situations.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Pastel

قم بتنزيل ملفات الامتداد Pastel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة المساعدة https://help.usepastel.com/en/
عنوان صفحة سياسة الخصوصية 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": [
        ""
    ]
}