String Generator

Generate random strings of specified length.

什麼是String Generator?

String Generator是由Arthur Manasyan開發的Chrome擴展程式,該擴展的主要功能是“Generate random strings of specified length.”。

擴展截圖

screenshot

下載String Generator擴展crx文件

下載String Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}