ShareX
Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.
ShareXとは何ですか?
ShareXはhttps://getsharex.comによって開発されたChromeの拡張機能で、その主な機能は「Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.」です。
拡張機能のスクリーンショット
ShareX拡張機能のCRXファイルをダウンロード
ShareX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Note: This extension is designed to be used in conjunction with the open-source application ShareX (https://getsharex.com) to integrate with the Chrome browser. This extension has no use for people who are not using ShareX.
If you are using ShareX, please go to "Application settings window -> Integration tab -> Chrome extension panel". 拡張機能の基本情報
| 名前 | |
| ID | nlkoigbdolhchiicbonbihbphgamnaoc |
| 公式URL | https://chromewebstore.google.com/detail/sharex/nlkoigbdolhchiicbonbihbphgamnaoc |
| 説明 | Adds 'Upload with ShareX' button to image, video, audio and text selection context menu. |
| ファイルサイズ | 18.52 KB |
| インストール数 | 56,763 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2023-11-16 |
| 公開日 | 2017-05-27 |
| 評価 | 4.21/5 合計 80 レビュー |
| 開発者 | https://getsharex.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://getsharex.com |
| ヘルプページのURL | https://github.com/ShareX/ShareX_Chrome/issues |
| プライバシーポリシーページのURL | https://getsharex.com/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ShareX",
"version": "2.0.0",
"description": "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.",
"author": "ShareX Team",
"homepage_url": "https:\/\/getsharex.com",
"icons": {
"16": "Icons\/ShareX-16.png",
"48": "Icons\/ShareX-48.png",
"128": "Icons\/ShareX-128.png"
},
"permissions": [
"contextMenus",
"nativeMessaging"
],
"background": {
"service_worker": "eventPage.js"
}
} | |