An open API service indexing awesome lists of open source software.

https://github.com/ctechhindi/form-controller-google-chrome-extension

To upgrade and simplify any html form - Google Chrome Extension
https://github.com/ctechhindi/form-controller-google-chrome-extension

buefy chrome-extensions extension javascript vue-cli vuejs

Last synced: 8 months ago
JSON representation

To upgrade and simplify any html form - Google Chrome Extension

Awesome Lists containing this project

README

          

# Form Controller

To upgrade and simplify any html form - Google Chrome Extension

![Form Controller](./screenshot/art.png)

If the site on which you are working for data entry does not have some `features` that you need, then with the help of this extension you can add it to that site.

## [GitHub](https://github.com/ctechhindi/Form-Controller-Google-Chrome-Extension)

## ✨ Field Actions

Action is one of the features with which you can do the work easily.

| Action Name | Extra Options |
| ----------- | ------------- |
| Default Value | `value` |
| Click | |
| Convert Kruti Dev Font to Unicode | |
| Convert Unicode to Kruti Dev Font | |
| Copy Value For Other Element | `copyElm` |
| Decode Captcha | `apikey, imgElm` |
| Lowercase Characters | |
| Uppercase Characters | |
| CamelCase Characters | |
| Remove Whitespace | |
| Remove All Space | |
| Set Field Tab Index | `value` |
| Focus Field | |

## Screenshot

![](./screenshot/screenshot1.PNG)

![](./screenshot/screenshot2.PNG)

![](./screenshot/screenshot3.PNG)

![](./screenshot/screenshot4.PNG)

## Project setup

```bash
npm run serve
npm run build
```
> Update version number only `package.json` and `manifest.json` file

## Using Libraries

* [Buefy](https://buefy.org/)
* [vue-codemirror](https://github.com/surmon-china/vue-codemirror)
* [Vue.Draggable](https://github.com/SortableJS/Vue.Draggable)
* [SelectorGenerator](https://github.com/flamencist/SelectorGenerator)

## Browser Support

* Chrome (Latest)

## Changelog

### **`Processing`**

* Field Actions
* Max and Min Length, Live Character Counter
* Small Select HTML Element to Convert to Search Select HTML Element
* Autocomplete - Month, Random Number, Day, Country, Years

### `V.0.0.3`

* Add New Actions
* Field `Focus`
* Field `Tab Index`

### `V.0.0.2`

* Add Option in the Chrome `Right Option Menu`, Copy Element Selector
* ![Copy Element Selector](./screenshot/copy-element-selector.png)

### `V.0.0.1`

* Field Actions
- Uppercase, CamelCase, Lowercase Characters
- Remove Whitespace
- Remove All Space

## Reporting Issues radioactive

If you have a problem with this plugin or found any bug, please open an issue on GitHub.

## Copyright and License copyright

Code copyright 2020 ctechhindi. Code released under the MIT license.