Good Morning
Be more productive each morning by avoiding distracting websites
Co je Good Morning?
Good Morning je rozšíření Chrome vyvinuté Travis Wimer, a jeho hlavní funkcí je „Be more productive each morning by avoiding distracting websites“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Good Morning
Stáhněte si soubory rozšíření Good Morning 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í
You've probably heard that most successful people know how to get work done in the morning. Good Morning is an extension to help you be more productive during those early hours by: - Blocking common distracting sites - Allowing you to add/remove sites to block - Giving you the option to bypass the blocker on a site for 5 minutes - Automatically letting you browse freely after noon
Základní Informace o Rozšíření
Název | Good Morning |
ID | icjnjamlfgbdinjffhckkbgdpkddnlnk |
Oficiální URL | https://chromewebstore.google.com/detail/good-morning/icjnjamlfgbdinjffhckkbgdpkddnlnk |
Popis | Be more productive each morning by avoiding distracting websites |
Velikost souboru | 214 KB |
Počet instalací | 50 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2013-09-07 |
Datum Vydání | 2013-09-07 |
Hodnocení | 4.00/5 Celkem 4 Hodnocení |
Vývojář | Travis Wimer |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Good Morning", "description": "Be more productive each morning by avoiding distracting websites", "version": "0.0.3", "permissions": [ "tabs" ], "browser_action": { "default_icon": "images\/icon_128.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "scripts": [ "scripts\/request_handler.js" ] }, "content_scripts": [ { "js": [ "scripts\/jquery-2.0.1.min.js", "scripts\/redirect.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "scripts\/jquery-2.0.1.min.map" ] } |