String Generator

Generate random strings of specified length.

Qu'est-ce que String Generator ?

String Generator est une extension Chrome développée par Arthur Manasyan, et sa fonction principale est "Generate random strings of specified length.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension String Generator

Téléchargez les fichiers d'extension String Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The extension generates random string for provided length from lowercase English letters which can be used to test field validation. After generating the string it is copied to clipboard so you can just paste to your application under test. 

For strings longer than 10 characters length is populated at the start of the string.  End of the string is marked with '_e' - after you paste the string in a test field, this end mark will indicate whether the string was truncated or not.                    

Informations de Base sur l'Extension

Nom String Generator String Generator
ID bjldlhbmmfjfmkhgkclafnadmofhpajd
URL Officiel https://chrome.google.com/webstore/detail/string-generator/bjldlhbmmfjfmkhgkclafnadmofhpajd
Description Generate random strings of specified length.
Taille du Fichier 42.08 KB
Nombre d'Installations 80
Version Actuelle 1.1
Dernière Mise à Jour 2020-07-08
Date de Publication 2019-07-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur Arthur Manasyan
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "String Generator",
    "description": "Generate random strings of specified length.",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}