Good Morning
Be more productive each morning by avoiding distracting websites
Hvad er Good Morning?
Good Morning er en Chrome-udvidelse udviklet af Travis Wimer, og dens hovedfunktion er "Be more productive each morning by avoiding distracting websites".
Udvidelsesskærmbilleder
Download Good Morning-udvidelses-CRX-fil
Download Good Morning-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Good Morning |
ID | icjnjamlfgbdinjffhckkbgdpkddnlnk |
Officiel URL | https://chromewebstore.google.com/detail/good-morning/icjnjamlfgbdinjffhckkbgdpkddnlnk |
Beskrivelse | Be more productive each morning by avoiding distracting websites |
Filstørrelse | 214 KB |
Antal Installationer | 50 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2013-09-07 |
Udgivelsesdato | 2013-09-07 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | Travis Wimer |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |