Move Reddit Buttons
Moves the share/save/hide/report buttons to the left.
Move Reddit Buttonsคืออะไร?
Move Reddit Buttons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ictinus และคุณลักษณะหลักของมันคือ "Moves the share/save/hide/report buttons to the left."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Move Reddit Buttons
ดาวน์โหลดไฟล์ส่วนขยาย Move Reddit Buttons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Intended for Reddit, this extension moves the share/save/hide/report/comment buttons to the left of the tagline (points/age/submitter) so that the buttons do not change position horizontally from one entry to the next. Especially convenient for those who like to hide entries in rapid succession. You may also wish to check out the evolved version of this extension which is a userscript. See the support link.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Move Reddit Buttons |
ID | mbdhoojhjoeboanilfflnmffphkndicn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/move-reddit-buttons/mbdhoojhjoeboanilfflnmffphkndicn |
คำอธิบาย | Moves the share/save/hide/report buttons to the left. |
ขนาดไฟล์ | 53.45 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 1.23.1 |
อัปเดตครั้งล่าสุด | 2014-07-26 |
วันที่เผยแพร่ | 2014-07-26 |
คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Ictinus |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://userscripts.org/scripts/show/66496 |
ภาษาที่รองรับ | ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Move Reddit Buttons", "description": "Moves the share\/save\/hide\/report buttons to the left.", "version": "1.23.1", "background": { "scripts": [] }, "permissions": [ "http:\/\/*.reddit.com\/", "https:\/\/*.reddit.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "run_at": "document_end", "js": [ "moveRedditButtons.user.js" ] } ] } |