Open with Pennywise
Adds a context menu item that can send a url to Pennywise
Wat is Open with Pennywise?
Open with Pennywise is een Chrome-extensie ontwikkeld door alxwrd, en de belangrijkste functie is "Adds a context menu item that can send a url to Pennywise".
Extensie Screenshots
Download het CRX-bestand van de extensie Open with Pennywise
Download Open with Pennywise-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fhjdagpiceeimbmhamgebiflkjibgbkk |
| Officiële URL | https://chrome.google.com/webstore/detail/open-with-pennywise/fhjdagpiceeimbmhamgebiflkjibgbkk |
| Beschrijving | Adds a context menu item that can send a url to Pennywise |
| Bestandsgrootte | 244 KB |
| Aantal Installaties | 112 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2019-05-01 |
| Publicatiedatum | 2019-05-01 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | alxwrd |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/alxwrd/open-with-pennywise#readme |
| Help Pagina-URL | https://github.com/alxwrd/open-with-pennywise/issues |
| Ondersteunde Talen | 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"
}
} | |