Gyup

Easy image upload the Gyazo compatible server.

Was ist Gyup?

Gyup ist eine Chrome-Erweiterung, die von https://hoshinoa.me entwickelt wurde, und ihr Hauptmerkmal ist "Easy image upload the Gyazo compatible server.".

Erweiterungsscreenshots

screenshot
screenshot

Gyup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gyup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension can be used in Gyazo compatible server.

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

Grundlegende Informationen zur Erweiterung

Name Gyup Gyup
ID higjmgnbfahkefdnlkmjbmceaolknpkk
Offizielle URL https://chromewebstore.google.com/detail/gyup/higjmgnbfahkefdnlkmjbmceaolknpkk
Beschreibung Easy image upload the Gyazo compatible server.
Dateigröße 217 KB
Installationsanzahl 126
Aktuelle Version 1.1
Letztes Update 2022-10-02
Veröffentlichungsdatum 2018-11-29
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler https://hoshinoa.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/k725/Chrome-Private-Gyazo
Unterstützte Sprachen 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": [
        "*:\/\/*\/*"
    ]
}