Motivation (devm33 fork)
Replace new tab page with Motivation
什麼是Motivation (devm33 fork)?
Motivation (devm33 fork)是由devm33開發的Chrome擴展程式,該擴展的主要功能是“Replace new tab page with Motivation”。
擴展截圖
下載Motivation (devm33 fork)擴展crx文件
下載Motivation (devm33 fork)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Displays a counter of your age in years to eight decimal places on the new tab page. Also displays bookmarks along left side of screen navigable by clicking or pressing hot key.
擴展基本資訊
名稱 | Motivation (devm33 fork) |
ID | edaphnidncfdooaldnhdmijjephlbehh |
官方網址 | https://chromewebstore.google.com/detail/motivation-devm33-fork/edaphnidncfdooaldnhdmijjephlbehh |
簡介 | Replace new tab page with Motivation |
檔案大小 | 323 KB |
安裝次數 | 165 |
目前版本 | 0.5 |
更新時間 | 2014-11-16 |
上架時間 | 2014-11-16 |
評分 | 5.00/5 共 3 次評分 |
開發者 | devm33 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/devm33/motivation |
說明頁面URL | https://github.com/devm33/motivation |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace new tab page with Motivation", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Motivation (devm33 fork)", "offline_enabled": true, "version": "0.5" } |