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
公式URL 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
Eメール [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"
    }
}