Good Morning
Be more productive each morning by avoiding distracting websites
什麼是Good Morning?
Good Morning是由Travis Wimer開發的Chrome擴展程式,該擴展的主要功能是“Be more productive each morning by avoiding distracting websites”。
擴展截圖
下載Good Morning擴展crx文件
下載Good Morning擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Good Morning |
ID | icjnjamlfgbdinjffhckkbgdpkddnlnk |
官方網址 | https://chromewebstore.google.com/detail/good-morning/icjnjamlfgbdinjffhckkbgdpkddnlnk |
簡介 | Be more productive each morning by avoiding distracting websites |
檔案大小 | 214 KB |
安裝次數 | 50 |
目前版本 | 0.0.3 |
更新時間 | 2013-09-07 |
上架時間 | 2013-09-07 |
評分 | 4.00/5 共 4 次評分 |
開發者 | Travis Wimer |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |