Open with Pennywise

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

Cos'è Open with Pennywise?

Open with Pennywise è un'estensione di Chrome sviluppata da alxwrd, e la sua funzione principale è "Adds a context menu item that can send a url to Pennywise".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Open with Pennywise

Scarica i file di estensione Open with Pennywise in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Open with Pennywise Open with Pennywise
ID fhjdagpiceeimbmhamgebiflkjibgbkk
URL Ufficiale https://chrome.google.com/webstore/detail/open-with-pennywise/fhjdagpiceeimbmhamgebiflkjibgbkk
Descrizione Adds a context menu item that can send a url to Pennywise
Dimensione del File 244 KB
Conteggio Installazioni 112
Versione Corrente 1.2
Ultimo Aggiornamento 2019-05-01
Data di Pubblicazione 2019-05-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore alxwrd
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/alxwrd/open-with-pennywise#readme
URL della Pagina di Aiuto https://github.com/alxwrd/open-with-pennywise/issues
Lingue Supportate 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"
    }
}