Gyup
Easy image upload the Gyazo compatible server.
Gyupとは何ですか?
Gyupはhttps://hoshinoa.meによって開発されたChromeの拡張機能で、その主な機能は「Easy image upload the Gyazo compatible server.」です。
拡張機能のスクリーンショット
Gyup拡張機能のCRXファイルをダウンロード
Gyup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension can be used in Gyazo compatible server. Please check the Github repository for this extension for more information.
拡張機能の基本情報
名前 | Gyup |
ID | higjmgnbfahkefdnlkmjbmceaolknpkk |
公式URL | https://chromewebstore.google.com/detail/gyup/higjmgnbfahkefdnlkmjbmceaolknpkk |
説明 | Easy image upload the Gyazo compatible server. |
ファイルサイズ | 217 KB |
インストール数 | 126 |
現在のバージョン | 1.1 |
最終更新日 | 2022-10-02 |
公開日 | 2018-11-29 |
評価 | 4.67/5 合計 6 レビュー |
開発者 | https://hoshinoa.me |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/k725/Chrome-Private-Gyazo |
対応言語 | 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": [ "*:\/\/*\/*" ] } |