Motivational New Tab
Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.
什麼是Motivational New Tab?
Motivational New Tab是由https://singleclickapps.com開發的Chrome擴展程式,該擴展的主要功能是“Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.”。
擴展截圖
下載Motivational New Tab擴展crx文件
下載Motivational New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replace the default new tab page with an inspirational picture and a motivational quote. Every time you open up a new tab you'll see a new, randomly selected quote and wallpaper. Reload the new tab page to get another motivational quote and picture. Motivational New Tab comes with quick links to your most visited sites, bookmarks, browsing history and installed Chrome apps (you can turn-off the links from the options page).
擴展基本資訊
名稱 | Motivational New Tab |
ID | colhedmdicjkpcamhdmhelahipgceneb |
官方網址 | https://chromewebstore.google.com/detail/motivational-new-tab/colhedmdicjkpcamhdmhelahipgceneb |
簡介 | Replace the default new tab page with an inspirational HD wallpaper and a motivational quote. |
檔案大小 | 25.9 MB |
安裝次數 | 862 |
目前版本 | 2.1.0.0 |
更新時間 | 2017-12-21 |
上架時間 | 2017-12-20 |
評分 | 5.00/5 共 7 次評分 |
開發者 | https://singleclickapps.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://singleclickapps.com/motivational-new-tab/ |
說明頁面URL | http://singleclickapps.com/motivational-new-tab/help.html |
隱私政策頁面URL | https://singleclickapps.com/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Motivational New Tab", "version": "2.1.0.0", "manifest_version": 2, "homepage_url": "http:\/\/singleclickapps.com\/motivational-new-tab", "description": "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.", "icons": { "16": "24.png", "48": "48.png", "128": "128.png" }, "permissions": [ "topSites" ], "chrome_url_overrides": { "newtab": "new-tab.html" }, "offline_enabled": true, "browser_action": { "default_icon": "24.png", "default_title": "New Tab" }, "incognito": "split", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "settings.html" } |