Gyup
Easy image upload the Gyazo compatible server.
O que é Gyup?
Gyup é uma extensão do Chrome desenvolvida por https://hoshinoa.me, e sua principal característica é "Easy image upload the Gyazo compatible server.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gyup
Baixe arquivos de extensão Gyup no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension can be used in Gyazo compatible server. Please check the Github repository for this extension for more information.
Informações Básicas da Extensão
Nome | Gyup |
ID | higjmgnbfahkefdnlkmjbmceaolknpkk |
URL Oficial | https://chromewebstore.google.com/detail/gyup/higjmgnbfahkefdnlkmjbmceaolknpkk |
Descrição | Easy image upload the Gyazo compatible server. |
Tamanho do Arquivo | 217 KB |
Contagem de Instalações | 126 |
Versão Atual | 1.1 |
Última Atualização | 2022-10-02 |
Data de Publicação | 2018-11-29 |
Classificação | 4.67/5 Total de 6 Avaliações |
Desenvolvedor | https://hoshinoa.me |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/k725/Chrome-Private-Gyazo |
Idiomas Suportados | 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": [ "*:\/\/*\/*" ] } |