Good Morning
Be more productive each morning by avoiding distracting websites
Qu'est-ce que Good Morning ?
Good Morning est une extension Chrome développée par Travis Wimer, et sa fonction principale est "Be more productive each morning by avoiding distracting websites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Good Morning
Téléchargez les fichiers d'extension Good Morning au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Good Morning |
ID | icjnjamlfgbdinjffhckkbgdpkddnlnk |
URL Officiel | https://chromewebstore.google.com/detail/good-morning/icjnjamlfgbdinjffhckkbgdpkddnlnk |
Description | Be more productive each morning by avoiding distracting websites |
Taille du Fichier | 214 KB |
Nombre d'Installations | 50 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2013-09-07 |
Date de Publication | 2013-09-07 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Travis Wimer |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |