Open with Pennywise
Adds a context menu item that can send a url to Pennywise
What is Open with Pennywise?
Open with Pennywise is a Chrome extension developed by alxwrd, and its main feature is "Adds a context menu item that can send a url to Pennywise".
Extension Screenshots
Download Open with Pennywise Extension CRX File
Download Open with Pennywise extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fhjdagpiceeimbmhamgebiflkjibgbkk |
Official URL | https://chrome.google.com/webstore/detail/open-with-pennywise/fhjdagpiceeimbmhamgebiflkjibgbkk |
Description | Adds a context menu item that can send a url to Pennywise |
File Size | 244 KB |
Installation Count | 112 |
Current Version | 1.2 |
Last Updated | 2019-05-01 |
Publish Date | 2019-05-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | alxwrd |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/alxwrd/open-with-pennywise#readme |
Help Page URL | https://github.com/alxwrd/open-with-pennywise/issues |
Supported Languages | 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" } } |