Random Text Generator
Insert any amount of fake data to a form field. Easy Peasy
什麼是Random Text Generator?
Random Text Generator是由https://shobi.in開發的Chrome擴展程式,該擴展的主要功能是“Insert any amount of fake data to a form field. Easy Peasy”。
擴展截圖
下載Random Text Generator擴展crx文件
下載Random Text Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a google chrome extension which will generate a random text of given length, and will paste the generated text into the last active input form field. Use Cmd + Shift + I to insert fakeness in Mac Use Ctrl + Shift + F to insert fakeness in Windows
擴展基本資訊
名稱 | Random Text Generator |
ID | lmealcdbihjhocippaajjhijhjciaojo |
官方網址 | https://chromewebstore.google.com/detail/random-text-generator/lmealcdbihjhocippaajjhijhjciaojo |
簡介 | Insert any amount of fake data to a form field. Easy Peasy |
檔案大小 | 719 KB |
安裝次數 | 514 |
目前版本 | 1.0.1 |
更新時間 | 2018-11-16 |
上架時間 | 2018-11-14 |
評分 | 2.33/5 共 3 次評分 |
開發者 | https://shobi.in |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/ppshobi/chrome-random-text-generator |
說明頁面URL | https://github.com/ppshobi/chrome-random-text-generator/issues |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Text Generator", "description": "Insert any amount of fake data to a form field. Easy Peasy", "version": "1.0.1", "browser_action": { "default_popup": "popup.html", "title": "Random Text Generator" }, "commands": { "insert-fake": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "Command+Shift+I", "windows": "Ctrl+Shift+F" }, "description": "Insert any amount of fake data to a form field" } }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |