anburocky3 / fake-filler-extension

A free browser extension for Chrome, Edge and Firefox that fills dummy text in all input fields in a page.

Home Page:https://fakefiller.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fake Filler (Indian version)

This was forked from FakeFiller/fake-filler-extension, which was developed by Hussein Shabbir under the MIT license. The original FakeFiller is no longer actively maintained, so this version drops the free-version's restrictions on number of field inputs and ability to create profiles. It does not have the ability to sync settings across devices.

Fake Filler 2

This extension allows you to fill all form inputs (textboxes, textareas, radio buttons, dropdowns, etc.) with indian dummy data. It is a must for developers and testers who work with forms as it avoids the need for manually entering values in fields.

Forked from the following repos:

  • FakeFiller/fake-filler-extension
  • calvinballing/fake-filler-extension

Install Links

The Chrome extension is actively being developed. For the others, for the time being you'll need to compile them yourself.

Default shortcut

Use CTRL+SHIFT+F on Windows and CMD+SHIFT+F on Mac to fire the extension. See the Keyboard Shortcuts page for more details.

Developing (in Firefox)

  1. npm install
  2. npm run build
  3. Follow instructions for building your first Firefox extension
    • In Firefox, open about:debugging
    • Click on the link to this firefox to visit the extensions page
    • Click on "load temporary add-on" and then navigate to the /dist folder. Select the manifest.json file to load the extension.

Enable extension debugging

  1. open about:config in Firefox
  2. as a search term, type extensions.sdk.console.logLevel and click the + button to add a new setting with the type "string".
  3. set the value of the new setting to all.

View extension console log

In the this firefox page, next to the add-on, click the "inspect" button.

About

A free browser extension for Chrome, Edge and Firefox that fills dummy text in all input fields in a page.

https://fakefiller.com

License:Other


Languages

Language:TypeScript 87.8%Language:HTML 11.4%Language:SCSS 0.8%Language:JavaScript 0.0%