Gyup

Easy image upload the Gyazo compatible server.

Gyup là gì?

Gyup là một tiện ích mở rộng Chrome được phát triển bởi https://hoshinoa.me, và tính năng chính của nó là "Easy image upload the Gyazo compatible server.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Gyup 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

                        This extension can be used in Gyazo compatible server.

Please check the Github repository for this extension for more information.                    

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

Tên Gyup Gyup
ID higjmgnbfahkefdnlkmjbmceaolknpkk
URL Chính Thức https://chromewebstore.google.com/detail/gyup/higjmgnbfahkefdnlkmjbmceaolknpkk
Mô tả Easy image upload the Gyazo compatible server.
Kích Thước Tệp 217 KB
Số Lần Cài Đặt 126
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-10-02
Ngày Phát Hành 2018-11-29
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://hoshinoa.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/k725/Chrome-Private-Gyazo
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1",
    "name": "__MSG_extentionName__",
    "short_name": "__MSG_extentionShortName__",
    "description": "__MSG_extentionDescription__",
    "author": "k725",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "contextMenus",
        "tabs",
        "clipboardWrite",
        "storage",
        "scripting"
    ],
    "options_page": "options\/options.html",
    "action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "38": "icons\/icon_96.png"
        },
        "default_title": "__MSG_extentionShortName__",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "main\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}