String Generator

Generate random strings of specified length.

String Generator là gì?

String Generator là một tiện ích mở rộng Chrome được phát triển bởi Arthur Manasyan, và tính năng chính của nó là "Generate random strings of specified length.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng String Generator

Tải xuống các tệp mở rộng String Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên String Generator String Generator
ID bjldlhbmmfjfmkhgkclafnadmofhpajd
URL Chính Thức https://chrome.google.com/webstore/detail/string-generator/bjldlhbmmfjfmkhgkclafnadmofhpajd
Mô tả Generate random strings of specified length.
Kích Thước Tệp 42.08 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-07-08
Ngày Phát Hành 2019-07-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Arthur Manasyan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}