Open with Pennywise

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

O que é Open with Pennywise?

Open with Pennywise é uma extensão do Chrome desenvolvida por alxwrd, e sua principal característica é "Adds a context menu item that can send a url to Pennywise".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Open with Pennywise

Baixe arquivos de extensão Open with Pennywise no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Open with Pennywise Open with Pennywise
ID fhjdagpiceeimbmhamgebiflkjibgbkk
URL Oficial https://chrome.google.com/webstore/detail/open-with-pennywise/fhjdagpiceeimbmhamgebiflkjibgbkk
Descrição Adds a context menu item that can send a url to Pennywise
Tamanho do Arquivo 244 KB
Contagem de Instalações 112
Versão Atual 1.2
Última Atualização 2019-05-01
Data de Publicação 2019-05-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor alxwrd
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/alxwrd/open-with-pennywise#readme
URL da Página de Ajuda https://github.com/alxwrd/open-with-pennywise/issues
Idiomas Suportados 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"
    }
}