Simple Timer
Shows an alert after predetermined number of minutes
Co je Simple Timer?
Simple Timer je rozšíření Chrome vyvinuté Buddha, a jeho hlavní funkcí je „Shows an alert after predetermined number of minutes“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Simple Timer
Stáhněte si soubory rozšíření Simple Timer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Did you want to setup a reminder about how long you want to browse a website before starting it? Use Simple Timer. Right Click anywhere in chrome to see a Simple Timer context menu item. Enter number of minutes you want to be reminded after. You can use numbers like 1.5 to be reminded after 90 seconds. Icon Designed by https://www.iconfinder.com/denir
Základní Informace o Rozšíření
Název | |
ID | emmpnaoanpjpdeohclgcijidniippdfb |
Oficiální URL | https://chrome.google.com/webstore/detail/simple-timer/emmpnaoanpjpdeohclgcijidniippdfb |
Popis | Shows an alert after predetermined number of minutes |
Velikost souboru | 11.67 KB |
Počet instalací | 124 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-09-06 |
Datum Vydání | 2015-09-06 |
Hodnocení | 4.00/5 Celkem 2 Hodnocení |
Vývojář | Buddha |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Timer", "description": "Shows an alert after predetermined number of minutes", "version": "1.0", "background": { "scripts": [ "eventPage.js" ], "persistent": true }, "icons": { "16": "timer20.png", "48": "timer48.png", "128": "timer128.png" }, "permissions": [ "storage", "notifications", "contextMenus" ] } |