Sort by random: shuffle lists
Randomize the order of items in a given list
Sort by random: shuffle lists क्या है?
Sort by random: shuffle lists Luke M द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Randomize the order of items in a given list"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sort by random: shuffle lists एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Randomly shuffle the order of items in a given list. Works on reddit, amazon, google search, etc. Ctrl+Shift+0 or Cmd+Shift+0 to choose an element, up/down keys to select the right list, enter to shuffle. There is no tracking or metrics or server or libraries. The source-code is not minified, so you can inspect it.
एक्सटेंशन की मूल जानकारी
नाम | Sort by random: shuffle lists |
ID | bkmcphdnmpfdcopiefafdbgknighhhin |
आधिकारिक URL | https://chromewebstore.google.com/detail/sort-by-random-shuffle-li/bkmcphdnmpfdcopiefafdbgknighhhin |
विवरण | Randomize the order of items in a given list |
फ़ाइल का आकार | 18.47 KB |
स्थापना संख्या | 16 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2021-08-29 |
प्रकाशन तिथि | 2021-08-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Luke M |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/qpwo/chrome-sort-by-random |
सहायता पृष्ठ URL | https://github.com/qpwo/chrome-sort-by-random/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sort by random: shuffle lists", "version": "1.4", "description": "Randomize the order of items in a given list", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": [], "icons": { "48": "icon48.png", "128": "icon128.png" }, "commands": { "_execute_action": { "suggested_key": "Ctrl+Shift+0", "description": "Choose element to randomize" } } } |