Reddit Smart Share
Simple sharing plugin for reddit.
Reddit Smart Shareคืออะไร?
Reddit Smart Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ItsLennysFault และคุณลักษณะหลักของมันคือ "Simple sharing plugin for reddit."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Smart Share
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Smart Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple extension to make it easier to share things from Reddit. All it does is add a small icon to the top left corner of any reddit video player with a link to the direct video URL.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reddit Smart Share |
ID | ldggeafbkacldageoihoigakolmgeekg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reddit-smart-share/ldggeafbkacldageoihoigakolmgeekg |
คำอธิบาย | Simple sharing plugin for reddit. |
ขนาดไฟล์ | 14.88 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2018-01-29 |
วันที่เผยแพร่ | 2018-01-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | ItsLennysFault |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/RedditSmartShare/RedditSmartShareChrome |
URL หน้าช่วยเหลือ | https://github.com/RedditSmartShare/RedditSmartShareChrome |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Smart Share", "version": "0.0.1", "manifest_version": 2, "description": "Simple sharing plugin for reddit.", "homepage_url": "https:\/\/github.com\/RedditSmartShare\/RedditSmartShareChrome", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "permissions": [ "https:\/\/www.reddit.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.reddit.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "icons\/*.png" ] } |