Title: Simple Stopwatch
Author: ravi Singh
Published: <strong>فروری 27, 2020</strong>
Last modified: جنوری 31, 2022

---

پلگ انز تلاش کریں

![](https://ps.w.org/simple-stopwatch/assets/banner-772x250.jpg?rev=2251113)

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://ps.w.org/simple-stopwatch/assets/icon-256x256.jpg?rev=2251112)

# Simple Stopwatch

 منجانب [ravi Singh](https://profiles.wordpress.org/ravisinghit/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/simple-stopwatch.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/simple-stopwatch/#description)
 * [جائزے](https://ur.wordpress.org/plugins/simple-stopwatch/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/simple-stopwatch/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/simple-stopwatch/#developers)

 [معاونت](https://wordpress.org/support/plugin/simple-stopwatch/)

## تفصیل

Simple Stopwatch that start with countdown timer with start, pause and reset button.
Use this shortcode [simplestopwatch].

### Privacy Policy

We are not taking any information of any user to our database, server or not any
other way. Only the owner of the website who is using this plugin can get the users
location related information.

## انسٹالیشن

This section describes how to install the plugin and get it working.

e.g.
 Via WordPress admin 1. Search for Simple Stopwatch and install plugin

Manual Installation
 1. Download plugin from wordpress.org `Simple Stopwatch` and
extract folder. 2. Upload `simple-stopwatch` folder to the `/wp-content/plugins/`
directory 1. Activate the plugin through the ‘Plugins’ menu in WordPress 1. Place`[
simplestopwatch]` in your pages, widget area

## عمومی سوالات

### is it light weight?

Yes

### features?

Simple start, pause and reset button for timer/stopwatch.

## جائزے

![](https://secure.gravatar.com/avatar/8650aa68bebb6fd7a22edc3d62bcc91a140a78e4d45acefa914402c716ca6941?
s=60&d=retro&r=g)

### 󠀁[Fixed Seconds Counting Issue](https://wordpress.org/support/topic/fixed-seconds-counting-issue/)󠁿

 [jamiethewebguy](https://profiles.wordpress.org/jamiethewebguy/) جنوری 29, 2021

The plugin is exactly as described: simple. However, it also continues to count 
past 60 seconds and does not start back at 00 after it reaches 59. For example, 
once it reaches 60 seconds it will add a ‘1’ to the minutes, but will continue counting
seconds through the 60s into the 70s and so on. The problem was just understanding
the maths in the JS file. If you can access your site files navigate to wpcontent/
plugins/simple-=stopwatch/public/js/ and open simple-stopwatch-public.js. In that
file change: var secs=Math.floor(time/10); to var secs=Math.floor((time/10)-(mins*
60)); This will fix the problem. Also if you are looking to style the buttons you
can use Custom CSS in your theme by pasting and manipulating the following CSS code:`/*
STYLE STOPWATCH BUTTONS */ #reset.stopwatchbutton { background-color: #5085a5; border:
none; color: white; padding: 15px 32px; text-align: center; text-decoration: none;
display: inline-block; font-size: 16px; } #strtpause.stopwatchbutton { background-
color: #f46036; border: none; color: white; padding: 15px 32px; text-align: center;
text-decoration: none; display: inline-block; font-size: 16px; }`

![](https://secure.gravatar.com/avatar/822dc415fa7a86d176222c5d2ee418fdf5555cf6ed352aa28d991117ef1ca727?
s=60&d=retro&r=g)

### 󠀁[perfect…!!](https://wordpress.org/support/topic/perfect-7238/)󠁿

 [vishaal](https://profiles.wordpress.org/vishaal/) مئی 12, 2020

This is the perfect plugin for stopwatch. Easy and lightweight.

 [ تمام 2 جائزے پڑھیں ](https://wordpress.org/support/plugin/simple-stopwatch/reviews/)

## شراکت دار اور ڈیویلپرز

“Simple Stopwatch” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ
لیا:

شراکت دار

 *   [ ravi Singh ](https://profiles.wordpress.org/ravisinghit/)

“Simple Stopwatch” کا 1 زبان میں ترجمہ کیا گیا ہے۔ تعاون کے لیے [مترجمین](https://translate.wordpress.org/projects/wp-plugins/simple-stopwatch/contributors)
کا شکریہ۔

[“Simple Stopwatch” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/simple-stopwatch)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/simple-stopwatch/)، 
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/simple-stopwatch/) کو چیک
کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/simple-stopwatch/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/simple-stopwatch/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.0

 * with basic features.

#### 1.1

 * WordPress update

#### What should I do when I experience any problem?

[Contact us!](https://www.topinfosoft.com/contact/)

## میٹا

 *  Version **1.0.1**
 *  Last updated **5 سال پہلے**
 *  Active installations **100+**
 *  WordPress version ** 3.0.1 یا اس سے جدید **
 *  Tested up to **5.9.16**
 *  PHP version ** 5.8 یا اس سے جدید **
 *  Languages
 * [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/simple-stopwatch/) اور 
   [English (US)](https://wordpress.org/plugins/simple-stopwatch/).
 *  [اپنی زبان میں ترجمہ کریں](https://translate.wordpress.org/projects/wp-plugins/simple-stopwatch)
 * Tags
 * [stopwatch](https://ur.wordpress.org/plugins/tags/stopwatch/)[timer](https://ur.wordpress.org/plugins/tags/timer/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/simple-stopwatch/advanced/)

## درجہ بندیاں

 4 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/simple-stopwatch/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/simple-stopwatch/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/simple-stopwatch/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/simple-stopwatch/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/simple-stopwatch/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/simple-stopwatch/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/simple-stopwatch/reviews/)

## شراکت دار

 *   [ ravi Singh ](https://profiles.wordpress.org/ravisinghit/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/simple-stopwatch/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](http://www.topinfosoft.com/about)