Reddit->Imgur Uploader
Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab
Reddit->Imgur Uploaderとは何ですか?
Reddit->Imgur UploaderはDavid Sawyerによって開発されたChromeの拡張機能で、その主な機能は「Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab」です。
拡張機能のスクリーンショット
Reddit->Imgur Uploader拡張機能のCRXファイルをダウンロード
Reddit->Imgur Uploader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab
拡張機能の基本情報
名前 | Reddit->Imgur Uploader |
ID | fndiemcjdkappmpjjaffjaogbfhkkiko |
公式URL | https://chromewebstore.google.com/detail/reddit-%3Eimgur-uploader/fndiemcjdkappmpjjaffjaogbfhkkiko |
説明 | Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab |
ファイルサイズ | 1.27 MB |
インストール数 | 77 |
現在のバージョン | 0.5.3 |
最終更新日 | 2023-07-19 |
公開日 | 2017-02-08 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | David Sawyer |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/davidsawyer/reddit-imgur-uploader |
ヘルプページのURL | https://github.com/davidsawyer/reddit-imgur-uploader/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit->Imgur Uploader", "description": "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab", "version": "0.5.3", "author": "David Sawyer", "content_scripts": [ { "matches": [ "*:\/\/*.imgur.com\/*", "*:\/\/*.reddit.com\/submit", "*:\/\/*.reddit.com\/submit?*", "*:\/\/*.reddit.com\/submit\/*", "*:\/\/*.reddit.com\/*\/submit", "*:\/\/*.reddit.com\/*\/submit?*", "*:\/\/*.reddit.com\/*\/submit\/*", "*:\/\/*.reddit.com\/message", "*:\/\/*.reddit.com\/message?*", "*:\/\/*.reddit.com\/message\/*", "*:\/\/*.reddit.com\/*\/comments\/*" ], "css": [ "dist\/core.css" ], "js": [ "dist\/index.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "dist\/images\/*" ], "icons": { "16": "dist\/images\/icon32.png", "48": "dist\/images\/icon96.png", "128": "dist\/images\/icon256.png", "256": "dist\/images\/icon512.png" } } |