stringG
Generate string of specified length or calculate the length of specified string
Τι είναι το stringG;
Το stringG είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ivanova-irina.blogspot.com, και η κύρια λειτουργία του είναι "Generate string of specified length or calculate the length of specified string".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης stringG
Λήψη αρχείων επέκτασης stringG σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
NB! This is a dead project! It's not supported anymore, so there is no guarantee that it will work on latest browser's versions. Extension is build for software testers or developers to test input HTML fields. Perfect tool for boundary testing! User specifies the length and the type (number or text) of the string and the extension generates the string of specified length. Or user inserts the string in the second field and the extension calculates the length of it. Hot keys: - Left arrow checks Number type - Right arrow checks Text type - Up arrow checks/unchecks Space checkbox - Down arrow checks/unchecks Umlaut checkbox (ÄÖÜÕ) - Tabular sets focus on bottom textarea to insert the String for length calculation For example, if length is 10 and type is number, it gives You the string '1000000009' which You can copy-paste into the field. The first and the last characters are always different from the characters in the middle, which helps to see does field holds the whole string or not. If the field does not holds the whole string (the last character is missing) - You can copy the string to the second extension's textarea field and calculate the length of it - how many characters it actually holds. Tip: You can configure hot-keys for extension in the Google Chrome: * open the extensions tab - chrome://extensions/; * Link "Configure commands" at the bottom; * Choose an extension and type a shortcut. Now You can use it completely without a mouse! GitLab repo - https://gitlab.com/irina-ivanova-extensions/stringG
Βασικές Πληροφορίες Επέκτασης
Όνομα | stringG |
ID | mklinoolelpkognneckhecljdfhehfbc |
Επίσημο URL | https://chromewebstore.google.com/detail/stringg/mklinoolelpkognneckhecljdfhehfbc |
Περιγραφή | Generate string of specified length or calculate the length of specified string |
Μέγεθος Αρχείου | 11.65 KB |
Αριθμός Εγκαταστάσεων | 86 |
Τρέχουσα Έκδοση | 5.0 |
Τελευταία Ενημέρωση | 2019-11-04 |
Ημερομηνία Δημοσίευσης | 2019-11-04 |
Προγραμματιστής | https://ivanova-irina.blogspot.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://gitlab.com/irina-ivanova-extensions/stringG |
Διεύθυνση URL της Σελίδας Βοήθειας | https://gitlab.com/irina-ivanova-extensions/stringG |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "stringG", "version": "5.0", "manifest_version": 2, "description": "Generate string of specified length or calculate the length of specified string", "homepage_url": "https:\/\/gitlab.com\/irina-ivanova-extensions\/stringG", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "index.html" }, "content_security_policy": "default-src 'self'", "author": { "name": "Irina Ivanova", "email": "[email protected]" } } |