Gyup

Easy image upload the Gyazo compatible server.

Hvad er Gyup?

Gyup er en Chrome-udvidelse udviklet af https://hoshinoa.me, og dens hovedfunktion er "Easy image upload the Gyazo compatible server.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Gyup-udvidelses-CRX-fil

Download Gyup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension can be used in Gyazo compatible server.

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

Grundlæggende oplysninger om udvidelsen

Navn Gyup Gyup
ID higjmgnbfahkefdnlkmjbmceaolknpkk
Officiel URL https://chromewebstore.google.com/detail/gyup/higjmgnbfahkefdnlkmjbmceaolknpkk
Beskrivelse Easy image upload the Gyazo compatible server.
Filstørrelse 217 KB
Antal Installationer 126
Nuværende Version 1.1
Senest Opdateret 2022-10-02
Udgivelsesdato 2018-11-29
Bedømmelse 4.67/5 Samlet 6 Bedømmelser
Udvikler https://hoshinoa.me
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/k725/Chrome-Private-Gyazo
Understøttede Sprog 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": [
        "*:\/\/*\/*"
    ]
}