Good Morning
Be more productive each morning by avoiding distracting websites
Was ist Good Morning?
Good Morning ist eine Chrome-Erweiterung, die von Travis Wimer entwickelt wurde, und ihr Hauptmerkmal ist "Be more productive each morning by avoiding distracting websites".
Erweiterungsscreenshots
Good Morning-Erweiterungs-CRX-Datei herunterladen
Laden Sie Good Morning-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Good Morning |
ID | icjnjamlfgbdinjffhckkbgdpkddnlnk |
Offizielle URL | https://chromewebstore.google.com/detail/good-morning/icjnjamlfgbdinjffhckkbgdpkddnlnk |
Beschreibung | Be more productive each morning by avoiding distracting websites |
Dateigröße | 214 KB |
Installationsanzahl | 50 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2013-09-07 |
Veröffentlichungsdatum | 2013-09-07 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | Travis Wimer |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |