Button Counter G Button Counter G

Productivity
Version: 1.0.0
Last Update: 2021-12-31

Overview

Button Counter G is a Chrome extension developed by akovalyov. According to the data from Chrome web store, current version of Button Counter G is 1.0.0, updated on 2021-12-31.
2,000+ users have installed this extension. 8 users have rated this extension with an average rating of .

Increments number based on the button click

----------------------------------------------------------------------------------------
* Edited on Feb 19, 2021
Original author/publisher: Haesung Hwang
The ownership of this extension Button Counter G was transferred due to the change in original author's project assignment
*Edited on Dec 30, 2021
Original author/publisher: Haesung Hwang
The ownership of this extension Button Counter G was transferred another time due to the second owner's leave from company.
----------------------------------------------------------------------------------------

Increments number based on the button click
Increase your productivity by automatically counting the same click event.

Tired of manually counting or pressing a specific key to know how many times you have clicked that button in your work? Look no further, Button Counter does all the counting!

[ Features ]
- Automatically counts your click events, no need to press any key to increment the tally
- Save the tally count until you reset
- Customizable to respond to a specific button

[ How to use ]
- Click the button in the web page! That's all you need to do! You can see the number of clicks on the chrome extension icon. If the number is too small, you can click on the extension icon to see the larger font.
- Reset the number to zero when necessary. The tally maintains the number even if you restart the browser.

[ How to customize ]
- If you want to tally for something more specific, you can set it up by following the below steps
1. Right click on your target element (e.g. button, link etc.) and select "Inspect"
2. Check your target element HTML Tag name, id, class
3. Input any CSS Selector for the target element in the "Target Selector" on Button Counter. (Default value: "button, a")

[ Example of customization ]
- Detect clicks of a specific HTML Tag
- "a"
- Detect clicks of a specific class element
- ".className"
- Detect clicks of a specific id element
- "#idName"
- Detect clicks of a specific HTML Tag that has specific class ("a" AND ".className")
- "a.className"
- Detect clicks of multiple conditions ("a" OR ".className")
- "a, .className"

----------------------------------------------------------------------------------------
* Edited on Feb 19, 2021
Original author/publisher: Haesung Hwang
The ownership of this extension Button Counter G was transferred due to the change in original author's project assignment
*Edited on Dec 30, 2021
Original author/publisher: Haesung Hwang
The ownership of this extension Button Counter G was transferred another time due to the second owner's leave from company.
----------------------------------------------------------------------------------------

Rating

8 ratings

Total Installs

2,000+

Information

Last Update

2021-12-31

Current Version

1.0.0

Size

39.39KiB

Author

akovalyov

Website

None

Category

Productivity

Latest Reviews

See More

avatar Friday 910
2022-04-08

Can I use this amazing counter on my android chrome?

avatar Flower Ruan
2022-03-24

This one is exactly what I want ^^
Thank you so muchhhh
Love youuuu ^^

avatar Aquila 14
2021-09-12

For those who struggle using it, just tap copy= copy selector and past, and hopefuly it gonna work :)

avatar Sheidu Mukhtar
2021-05-25

How to Configure, Instruction is vague

avatar Josh Gilson
2021-02-24

Has potential, but does not work with javascript buttons. Dev, I'll give this 5 stars when it works with JS.