Gyup
Easy image upload the Gyazo compatible server.
What is Gyup?
Gyup is a Chrome extension developed by https://hoshinoa.me, and its main feature is "Easy image upload the Gyazo compatible server.".
Extension Screenshots
Download Gyup Extension CRX File
Download Gyup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension can be used in Gyazo compatible server. Please check the Github repository for this extension for more information.
Extension Basic Information
Name | Gyup |
ID | higjmgnbfahkefdnlkmjbmceaolknpkk |
Official URL | https://chromewebstore.google.com/detail/gyup/higjmgnbfahkefdnlkmjbmceaolknpkk |
Description | Easy image upload the Gyazo compatible server. |
File Size | 217 KB |
Installation Count | 126 |
Current Version | 1.1 |
Last Updated | 2022-10-02 |
Publish Date | 2018-11-29 |
Rating | 4.67/5 Total 6 Ratings |
Developer | https://hoshinoa.me |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/k725/Chrome-Private-Gyazo |
Supported Languages | 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": [ "*:\/\/*\/*" ] } |