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 |
官方網址 | 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 |
電子郵箱 | [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" } } |