String Generator

Generate random strings of specified length.

ما هو String Generator؟

String Generator هو إضافة Chrome تم تطويرها بواسطة Arthur Manasyan، والميزة الرئيسية لها هي "Generate random strings of specified length.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة String Generator

قم بتنزيل ملفات الامتداد String Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم String Generator String Generator
ID bjldlhbmmfjfmkhgkclafnadmofhpajd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/string-generator/bjldlhbmmfjfmkhgkclafnadmofhpajd
الوصف Generate random strings of specified length.
حجم الملف 42.08 KB
عدد التثبيتات 80
النسخة الحالية 1.1
آخر تحديث 2020-07-08
تاريخ النشر 2019-07-20
تقييم 5.00/5 مجموع تقييمات 1
المطور Arthur Manasyan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}