New Tab Page
Replace Chrome's new tab page and motivate yourself to get things done.
什麼是New Tab Page?
New Tab Page是由Marios Evripidou開發的Chrome擴展程式,該擴展的主要功能是“Replace Chrome's new tab page and motivate yourself to get things done.”。
擴展截圖
下載New Tab Page擴展crx文件
下載New Tab Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replaces Chromes new tab page with scenic backgrounds, motivational quotations and a countdown timer to the new year and a count-upwards timer to your current age. This is based on Alex MacCaw's Chrome extension Motivation Extension which can be found at https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj?hl=en and https://github.com/maccman/motivation Special Thanks to: a. Alex MacCaw for his idea and chrome extension source code. b. unsplash.com and the photo contributors licensed under Creative Commons Zero. c. All the people who wrote their motivational quotes. You can access the source code at: https://bitbucket.org/mariosevripidou/
擴展基本資訊
名稱 | |
ID | nbglincijkpjapdockmblbnfminpopep |
官方網址 | https://chromewebstore.google.com/detail/new-tab-page/nbglincijkpjapdockmblbnfminpopep |
簡介 | Replace Chrome's new tab page and motivate yourself to get things done. |
檔案大小 | 50.24 MB |
安裝次數 | 103 |
目前版本 | 1.1 |
更新時間 | 2021-03-24 |
上架時間 | 2019-06-18 |
評分 | 4.60/5 共 5 次評分 |
開發者 | Marios Evripidou |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://marios.evripidou.me |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "assets\/js\/jquery.countTo.js", "assets\/js\/jquery-1.11.0.min.js", "assets\/js\/app.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace Chrome's new tab page and motivate yourself to get things done.", "icons": { "128": "assets\/icons\/icon-128.png", "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png" }, "manifest_version": 2, "name": "New Tab Page", "offline_enabled": true, "version": "1.1" } |