Motivation Todo list with age counter.
Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation
什麼是Motivation Todo list with age counter.?
Motivation Todo list with age counter.是由wojciech.kokorzycki開發的Chrome擴展程式,該擴展的主要功能是“Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation”。
擴展截圖
下載Motivation Todo list with age counter.擴展crx文件
下載Motivation Todo list with age counter.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | emdpadcdfnncmlhpldncnijaeodnjplj |
官方網址 | https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj |
簡介 | Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation |
檔案大小 | 489 KB |
安裝次數 | 44 |
目前版本 | 0.1.1 |
更新時間 | 2017-03-18 |
上架時間 | 2017-03-18 |
評分 | 3.00/5 共 2 次評分 |
開發者 | wojciech.kokorzycki |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Motivation Todo list with age counter.", "version": "0.1.1", "manifest_version": 2, "description": "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https:\/\/github.com\/ksiadz\/motivation", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icon.png" }, "permissions": [ "storage" ] } |