Daily Motivation
Replace new tab page with Daily Motivation
什麼是Daily Motivation?
Daily Motivation是由aarohmankad開發的Chrome擴展程式,該擴展的主要功能是“Replace new tab page with Daily Motivation”。
擴展截圖
下載Daily Motivation擴展crx文件
下載Daily Motivation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This new tab page counts down the hours, minutes, and seconds left today to keep you motivated throughout your day. It feels like you're always competing on the clock to get your tasks done!
擴展基本資訊
名稱 | Daily Motivation |
ID | mmgepjldageingldphdeebmgaemdciio |
官方網址 | https://chromewebstore.google.com/detail/daily-motivation/mmgepjldageingldphdeebmgaemdciio |
簡介 | Replace new tab page with Daily Motivation |
檔案大小 | 62.54 KB |
安裝次數 | 700 |
目前版本 | 0.15 |
更新時間 | 2017-06-21 |
上架時間 | 2017-06-20 |
評分 | 4.08/5 共 13 次評分 |
開發者 | aarohmankad |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.github.com/aarohmankad/motivation |
說明頁面URL | http://www.github.com/aarohmankad/motivation |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace new tab page with Daily Motivation", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Daily Motivation", "offline_enabled": true, "version": "0.15" } |