Open with Pennywise

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

Apa itu Open with Pennywise?

Open with Pennywise adalah ekstensi Chrome yang dikembangkan oleh alxwrd, dan fitur utamanya adalah "Adds a context menu item that can send a url to Pennywise".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Open with Pennywise

Unduh file ekstensi Open with Pennywise dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Open with Pennywise Open with Pennywise
ID fhjdagpiceeimbmhamgebiflkjibgbkk
URL Resmi https://chrome.google.com/webstore/detail/open-with-pennywise/fhjdagpiceeimbmhamgebiflkjibgbkk
Deskripsi Adds a context menu item that can send a url to Pennywise
Ukuran File 244 KB
Jumlah Instalasi 112
Versi Saat Ini 1.2
Terakhir Diperbarui 2019-05-01
Tanggal Publikasi 2019-05-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang alxwrd
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/alxwrd/open-with-pennywise#readme
URL Halaman Bantuan https://github.com/alxwrd/open-with-pennywise/issues
Bahasa yang Didukung 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"
    }
}