Reddit->Imgur Uploader
Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab
Was ist Reddit->Imgur Uploader?
Reddit->Imgur Uploader ist eine Chrome-Erweiterung, die von David Sawyer entwickelt wurde, und ihr Hauptmerkmal ist "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab".
Erweiterungsscreenshots
Reddit->Imgur Uploader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reddit->Imgur Uploader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab
Grundlegende Informationen zur Erweiterung
Name | Reddit->Imgur Uploader |
ID | fndiemcjdkappmpjjaffjaogbfhkkiko |
Offizielle URL | https://chromewebstore.google.com/detail/reddit-%3Eimgur-uploader/fndiemcjdkappmpjjaffjaogbfhkkiko |
Beschreibung | Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab |
Dateigröße | 1.27 MB |
Installationsanzahl | 77 |
Aktuelle Version | 0.5.3 |
Letztes Update | 2023-07-19 |
Veröffentlichungsdatum | 2017-02-08 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | David Sawyer |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/davidsawyer/reddit-imgur-uploader |
Hilfeseite URL | https://github.com/davidsawyer/reddit-imgur-uploader/issues |
Unterstützte Sprachen | 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" } } |