String Generator

Generate random strings of specified length.

Wat is String Generator?

String Generator is een Chrome-extensie ontwikkeld door Arthur Manasyan, en de belangrijkste functie is "Generate random strings of specified length.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie String Generator

Download String Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam String Generator String Generator
ID bjldlhbmmfjfmkhgkclafnadmofhpajd
Officiële URL https://chrome.google.com/webstore/detail/string-generator/bjldlhbmmfjfmkhgkclafnadmofhpajd
Beschrijving Generate random strings of specified length.
Bestandsgrootte 42.08 KB
Aantal Installaties 80
Huidige Versie 1.1
Laatst Bijgewerkt 2020-07-08
Publicatiedatum 2019-07-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Arthur Manasyan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}