Open with Pennywise

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

Qu'est-ce que Open with Pennywise ?

Open with Pennywise est une extension Chrome développée par alxwrd, et sa fonction principale est "Adds a context menu item that can send a url to Pennywise".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open with Pennywise

Téléchargez les fichiers d'extension Open with Pennywise au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Open with Pennywise Open with Pennywise
ID fhjdagpiceeimbmhamgebiflkjibgbkk
URL Officiel https://chrome.google.com/webstore/detail/open-with-pennywise/fhjdagpiceeimbmhamgebiflkjibgbkk
Description Adds a context menu item that can send a url to Pennywise
Taille du Fichier 244 KB
Nombre d'Installations 112
Version Actuelle 1.2
Dernière Mise à Jour 2019-05-01
Date de Publication 2019-05-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur alxwrd
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/alxwrd/open-with-pennywise#readme
URL de la Page d'Aide https://github.com/alxwrd/open-with-pennywise/issues
Langues Prises en Charge 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"
    }
}