Open with Pennywise

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

什麼是Open with Pennywise?

Open with Pennywise是由alxwrd開發的Chrome擴展程式,該擴展的主要功能是“Adds a context menu item that can send a url to Pennywise”。

擴展截圖

screenshot

下載Open with Pennywise擴展crx文件

下載Open with Pennywise擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Open with Pennywise Open with Pennywise
ID fhjdagpiceeimbmhamgebiflkjibgbkk
官方網址 https://chrome.google.com/webstore/detail/open-with-pennywise/fhjdagpiceeimbmhamgebiflkjibgbkk
簡介 Adds a context menu item that can send a url to Pennywise
檔案大小 244 KB
安裝次數 112
目前版本 1.2
更新時間 2019-05-01
上架時間 2019-05-01
評分 5.00/5 共 1 次評分
開發者 alxwrd
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/alxwrd/open-with-pennywise#readme
說明頁面URL https://github.com/alxwrd/open-with-pennywise/issues
支援的語言 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"
    }
}