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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    }
}