form input generator
Generate random form input based on input type. Input will be saved into local storage automatically
什麼是form input generator?
form input generator是由sabbir開發的Chrome擴展程式,該擴展的主要功能是“Generate random form input based on input type. Input will be saved into local storage automatically”。
擴展截圖
下載form input generator擴展crx文件
下載form input generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Generate random form input. Creating random form data based on input type. No setting will be needed, just click and enjoy.
擴展基本資訊
名稱 | form input generator |
ID | ipcomhegikknbhpcfhkjaimmgpagmfof |
官方網址 | https://chromewebstore.google.com/detail/form-input-generator/ipcomhegikknbhpcfhkjaimmgpagmfof |
簡介 | Generate random form input based on input type. Input will be saved into local storage automatically |
檔案大小 | 19.61 KB |
安裝次數 | 50 |
目前版本 | 2.1.5 |
更新時間 | 2020-11-02 |
上架時間 | 2019-11-05 |
開發者 | sabbir |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "form input generator", "description": "Generate random form input based on input type. Input will be saved into local storage automatically", "version": "2.1.5", "icons": { "128": "icon_180.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Form Input Generator" }, "content_scripts": [ { "matches": [ " |