Gyup

Easy image upload the Gyazo compatible server.

Cos'è Gyup?

Gyup è un'estensione di Chrome sviluppata da https://hoshinoa.me, e la sua funzione principale è "Easy image upload the Gyazo compatible server.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Gyup

Scarica i file di estensione Gyup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension can be used in Gyazo compatible server.

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

Informazioni di Base sull'Estensione

Nome Gyup Gyup
ID higjmgnbfahkefdnlkmjbmceaolknpkk
URL Ufficiale https://chromewebstore.google.com/detail/gyup/higjmgnbfahkefdnlkmjbmceaolknpkk
Descrizione Easy image upload the Gyazo compatible server.
Dimensione del File 217 KB
Conteggio Installazioni 126
Versione Corrente 1.1
Ultimo Aggiornamento 2022-10-02
Data di Pubblicazione 2018-11-29
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore https://hoshinoa.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/k725/Chrome-Private-Gyazo
Lingue Supportate 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": [
        "*:\/\/*\/*"
    ]
}