Move Reddit Buttons
Moves the share/save/hide/report buttons to the left.
Move Reddit Buttons क्या है?
Move Reddit Buttons Ictinus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Moves the share/save/hide/report buttons to the left."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Move Reddit Buttons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |