Open with Pennywise

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

Open with Pennywise là gì?

Open with Pennywise là một tiện ích mở rộng Chrome được phát triển bởi alxwrd, và tính năng chính của nó là "Adds a context menu item that can send a url to Pennywise".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open with Pennywise

Tải xuống các tệp mở rộng Open with Pennywise dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open with Pennywise Open with Pennywise
ID fhjdagpiceeimbmhamgebiflkjibgbkk
URL Chính Thức https://chrome.google.com/webstore/detail/open-with-pennywise/fhjdagpiceeimbmhamgebiflkjibgbkk
Mô tả Adds a context menu item that can send a url to Pennywise
Kích Thước Tệp 244 KB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-05-01
Ngày Phát Hành 2019-05-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển alxwrd
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/alxwrd/open-with-pennywise#readme
URL Trang Trợ Giúp https://github.com/alxwrd/open-with-pennywise/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}