RANDOM STRING GENERATOR
This extension help to generate random string
What is RANDOM STRING GENERATOR?
RANDOM STRING GENERATOR is a Chrome extension developed by Unknown, and its main feature is "This extension help to generate random string".
Extension Screenshots
Download RANDOM STRING GENERATOR Extension CRX File
Download RANDOM STRING GENERATOR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
RandomString Generator is a free chrome extension that offers randomly generated keys and passwords you can use to secure your application.
Extension Basic Information
Name | RANDOM STRING GENERATOR |
ID | iafehhadeoliimmnbelbhkneapigkeeh |
Official URL | https://chromewebstore.google.com/detail/random-string-generator/iafehhadeoliimmnbelbhkneapigkeeh |
Description | This extension help to generate random string |
File Size | 22.46 KB |
Installation Count | 92 |
Current Version | 1.0 |
Last Updated | 2020-03-11 |
Publish Date | 2020-03-11 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RANDOM STRING GENERATOR", "description": "This extension help to generate random string", "version": "1.0", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html", "default_title": "Click here!" }, "permissions": [] } |