Right Click for IFTTT Webhooks - unofficial

Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons

ما هو Right Click for IFTTT Webhooks - unofficial؟

Right Click for IFTTT Webhooks - unofficial هو إضافة Chrome تم تطويرها بواسطة https://omarnas.com، والميزة الرئيسية لها هي "Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons".

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

screenshot

تحميل ملف CRX للإضافة Right Click for IFTTT Webhooks - unofficial

قم بتنزيل ملفات الامتداد Right Click for IFTTT Webhooks - unofficial بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension will allow you to create custom buttons for IFTTT webhooks and pass dynamic variables of the selected item (Selected Text, Link, Image source )
also it can be used as a static virtual button trigger                    

معلومات أساسية عن التمديد

الاسم Right Click for IFTTT Webhooks - unofficial Right Click for IFTTT Webhooks - unofficial
ID cjaclpcmebclfeifookbmpaemblbkchn
عنوان URL الرسمي https://chromewebstore.google.com/detail/right-click-for-ifttt-web/cjaclpcmebclfeifookbmpaemblbkchn
الوصف Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons
حجم الملف 107 KB
عدد التثبيتات 272
النسخة الحالية 1.1.2
آخر تحديث 2020-09-25
تاريخ النشر 2020-09-25
المطور https://omarnas.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://omarnas.com/ifttt-chrome-right-click-to-webhook/
عنوان صفحة المساعدة http://omarnas.com/ifttt-chrome-right-click-to-webhook/
اللغات المدعومة en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Add Right Click button to trigger IFTTT Webhook passing dynamic variables links\/page\/text or it can be used as virtual buttons",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png"
    },
    "manifest_version": 2,
    "name": "Right Click for IFTTT Webhooks - unofficial",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "https:\/\/maker.ifttt.com\/*",
        "tabs",
        "storage",
        "activeTab"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2"
}