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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Sawyer และคุณลักษณะหลักของมันคือ "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit->Imgur Uploader
ดาวน์โหลดไฟล์ส่วนขยาย Reddit->Imgur Uploader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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 |
| อีเมล | [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"
}
} | |