Open with Pennywise

Adds a context menu item that can send a url to Pennywise

ما هو Open with Pennywise؟

Open with Pennywise هو إضافة Chrome تم تطويرها بواسطة alxwrd، والميزة الرئيسية لها هي "Adds a context menu item that can send a url to Pennywise".

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

screenshot

تحميل ملف CRX للإضافة Open with Pennywise

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

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

                        A Chrome/Firefox extension to send a url to Pennywise via right click. Works great with Pennywise's (https://github.com/kamranahmedse/pennywise#readme) auto-embed videos feature for Youtube, Vimeo, Twitch, and Daily Motion.

Requires Pennywise to be installed and running.                    

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

الاسم Open with Pennywise Open with Pennywise
ID fhjdagpiceeimbmhamgebiflkjibgbkk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/open-with-pennywise/fhjdagpiceeimbmhamgebiflkjibgbkk
الوصف Adds a context menu item that can send a url to Pennywise
حجم الملف 244 KB
عدد التثبيتات 112
النسخة الحالية 1.2
آخر تحديث 2019-05-01
تاريخ النشر 2019-05-01
تقييم 5.00/5 مجموع تقييمات 1
المطور alxwrd
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/alxwrd/open-with-pennywise#readme
عنوان صفحة المساعدة https://github.com/alxwrd/open-with-pennywise/issues
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open with Pennywise",
    "author": "Alex Ward ([email protected])",
    "homepage_url": "https:\/\/github.com\/alxwrd\/open-with-pennywise",
    "version": "1.2",
    "description": "Adds a context menu item that can send a url to Pennywise",
    "browser_action": {
        "default_area": "navbar",
        "default_icon": {
            "16": "icon\/pennywise-16.png",
            "32": "icon\/pennywise-32.png",
            "48": "icon\/pennywise-48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "webRequest",
        "*:\/\/localhost:6280\/*"
    ],
    "icons": {
        "16": "icon\/pennywise-16.png",
        "32": "icon\/pennywise-32.png",
        "48": "icon\/pennywise-48.png"
    }
}