Forms+
This extension adds some quality of life improvements to Google Forms.
Τι είναι το Forms+;
Το Forms+ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://lightbulb.education, και η κύρια λειτουργία του είναι "This extension adds some quality of life improvements to Google Forms.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Forms+
Λήψη αρχείων επέκτασης Forms+ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension adds new features to enhance your Google Forms experience! Improvements include: - Ability to un-select radio buttons - Ability to strike-through unnecessary answers (useful for students taking tests) - Shows character limits as you're typing (no more pesky surprises) - A dark theme purpose built for Google Forms Updates - 0.0.3 - Added dark theme If you're interested in supporting our work, and have some change to spare, feel free to give us a coffee at https://ko-fi.com/lightbulbedu
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | abegkmpbggcbnljjnklblgmiiacopkng |
Επίσημο URL | https://chrome.google.com/webstore/detail/forms+/abegkmpbggcbnljjnklblgmiiacopkng |
Περιγραφή | This extension adds some quality of life improvements to Google Forms. |
Μέγεθος Αρχείου | 250 KB |
Αριθμός Εγκαταστάσεων | 90 |
Τρέχουσα Έκδοση | 0.0.3 |
Τελευταία Ενημέρωση | 2020-05-25 |
Ημερομηνία Δημοσίευσης | 2020-05-24 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | http://lightbulb.education |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://lightbulb.education/formsplus |
Διεύθυνση URL της Σελίδας Βοήθειας | https://lightbulb.education/formsplus |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forms+", "version": "0.0.3", "manifest_version": 2, "description": "This extension adds some quality of life improvements to Google Forms.", "homepage_url": "https:\/\/lightbulb.education", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/forms\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "js\/jquery\/jquery.js", "src\/inject\/inject.js" ] } ] } |