Watcher
A time management stopwatch that allows you to track time for multiple items at once.
Vad är Watcher?
Watcher är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "A time management stopwatch that allows you to track time for multiple items at once.".
Tilläggsskärmbilder
Ladda ner Watcher-förlängningens CRX-fil
Ladda ner Watcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
- Color code your watches for easier management
- Edit a watch name in-line
- Re-order watches to set priority
- Rounds time to the nearest quarter hour and provides multiple time totals
- Track one or multiple projects at once
- Expand or collapse watches
- Add or subtract time manually Grundläggande Information om Tillägg
| Namn | |
| ID | ecndlcfciheobflkmookjlojoeccmjbg |
| Officiell webbadress | https://chromewebstore.google.com/detail/watcher/ecndlcfciheobflkmookjlojoeccmjbg |
| Beskrivning | A time management stopwatch that allows you to track time for multiple items at once. |
| Filstorlek | 83.44 KB |
| Antal Installationer | 166 |
| Aktuell Version | 1.4.2 |
| Senast Uppdaterad | 2013-03-29 |
| Publiceringsdatum | 2013-03-29 |
| Betyg | 4.29/5 Totalt 7 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Watcher",
"version": "1.4.2",
"manifest_version": 2,
"description": "A time management stopwatch that allows you to track time for multiple items at once.",
"browser_action": {
"default_icon": "img\/icon.png",
"default_title": "Watcher",
"default_popup": "index.html"
},
"icons": {
"48": "img\/icon-48.png",
"64": "img\/icon-64.png",
"128": "img\/icon-128.png"
}
} | |