Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

oscard0m/chrome-ext-checkbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Checkbox clicker chrome extension

Chrome extension to automate the check of

  • All the checkboxes of the current tab
  • Preset a value for all the comboboxes of the current tab. (this value is configurable)
  • The user can filter the URL's to apply these autochecks.

/json/config.json

This is the file the user can configure to setup the desired URL patterns where the plugin will run and the default value for combo-boxes.

Schema:

{
  "defaultOption": String,
  "urls": Array
}

Parameters

  • defaultOption: String with the defaultValue the user wants to check for the current tab's comboboxes. Just works if it's an existing option of the combobox.
  • urls: Array of Strings where each String will be compared with current tab's URL.

Example

{
  "defaultOption": "test",
  "urls": ["potatoe", "reddit.com/r/js"]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published