Gyup
Easy image upload the Gyazo compatible server.
什麼是Gyup?
Gyup是由https://hoshinoa.me開發的Chrome擴展程式,該擴展的主要功能是“Easy image upload the Gyazo compatible server.”。
擴展截圖
下載Gyup擴展crx文件
下載Gyup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        This extension can be used in Gyazo compatible server.
Please check the Github repository for this extension for more information.                     擴展基本資訊
| 名稱 |   |  
| ID | higjmgnbfahkefdnlkmjbmceaolknpkk | 
| 官方網址 | https://chromewebstore.google.com/detail/gyup/higjmgnbfahkefdnlkmjbmceaolknpkk | 
| 簡介 | Easy image upload the Gyazo compatible server. | 
| 檔案大小 | 217 KB | 
| 安裝次數 | 126 | 
| 目前版本 | 1.1 | 
| 更新時間 | 2022-10-02 | 
| 上架時間 | 2018-11-29 | 
| 評分 | 4.67/5 共 6 次評分 | 
| 開發者 | https://hoshinoa.me | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://github.com/k725/Chrome-Private-Gyazo | 
| 支援的語言 | 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": [
        "*:\/\/*\/*"
    ]
}  |  |