Popsicle Sticks - Random student picker
Randomly select a student in your class from any tab
Popsicle Sticks - Random student picker क्या है?
Popsicle Sticks - Random student picker https://seanmcp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Randomly select a student in your class from any tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Popsicle Sticks - Random student picker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Free and ad free! Popsicle Sticks is an easy way to randomly select a student. After cycling through the class, the names are automatically shuffled again to ensure every student gets a chance to answer. Other features: - Add and remove classes/periods - Add students one at a time or in bulk - Copy students from existing classes - Saves history so you can click away - Pop out mode for easy projecting - Light and dark mode - Class and student data synced to your Chrome account - Download data for backup
एक्सटेंशन की मूल जानकारी
नाम | Popsicle Sticks - Random student picker |
ID | lnckbgaeagindapiodcmccfokcmnfecm |
आधिकारिक URL | https://chromewebstore.google.com/detail/popsicle-sticks-random-st/lnckbgaeagindapiodcmccfokcmnfecm |
विवरण | Randomly select a student in your class from any tab |
फ़ाइल का आकार | 31.5 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2023-08-01 |
प्रकाशन तिथि | 2019-08-29 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | https://seanmcp.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/seanmcp/popsicle-sticks-extension |
सहायता पृष्ठ URL | https://github.com/seanmcp/popsicle-sticks-extension/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Popsicle Sticks - Random student picker", "short_name": "Popsicle Sticks", "version": "2.0.0", "description": "Randomly select a student in your class from any tab", "author": "Sean McPherson", "permissions": [ "storage", "downloads" ], "background": { "service_worker": "src\/index.js", "type": "module" }, "action": { "default_popup": "src\/views\/home.html", "default_icon": { "16": "src\/img\/icon-16.png", "32": "src\/img\/icon-32.png", "48": "src\/img\/icon-48.png", "128": "src\/img\/icon-128.png" } }, "homepage_url": "https:\/\/github.com\/seanmcp\/popsicle-sticks-extension", "icons": { "16": "src\/img\/icon-16.png", "32": "src\/img\/icon-32.png", "48": "src\/img\/icon-48.png", "128": "src\/img\/icon-128.png" }, "manifest_version": 3 } |