Yikes, the super simple task reminder...
Yikes is a super cool task reminder tool. Each task can be color coded and gives you a nifty count down.
什麼是Yikes, the super simple task reminder...?
Yikes, the super simple task reminder...是由https://nickwforsberg.com開發的Chrome擴展程式,該擴展的主要功能是“Yikes is a super cool task reminder tool. Each task can be color coded and gives you a nifty count down.”。
擴展截圖
下載Yikes, the super simple task reminder...擴展crx文件
下載Yikes, the super simple task reminder...擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Yikes! is a cool but lightweight countdown task reminder that appears every time you open a new browser tab. You can create multiple tasks to track and watch how long you have to complete them in the number of sleeps or days. Each task can be color coded and gives you a nifty count down. Track up coming tasks and tasks from the past. Features include: * Super fast loading * Multiple task creation * Track your tasks in number of sleeps or number of days * Dark or light mode * Assign a colour to a task * Task deletion
擴展基本資訊
名稱 | Yikes, the super simple task reminder... |
ID | obidoeddpakjpemdeggdhahhmeglpbdg |
官方網址 | https://chromewebstore.google.com/detail/yikes-the-super-simple-ta/obidoeddpakjpemdeggdhahhmeglpbdg |
簡介 | Yikes is a super cool task reminder tool. Each task can be color coded and gives you a nifty count down. |
檔案大小 | 1.38 MB |
安裝次數 | 14 |
目前版本 | 2.0.1 |
更新時間 | 2021-04-11 |
上架時間 | 2015-08-03 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://nickwforsberg.com |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://trello.com/b/fgCR0O0y/yikes-development-board |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yikes, the super simple task reminder...", "icons": { "16": "yikes-logo-16.png", "48": "yikes-logo-48.png", "128": "yikes-logo-128.png" }, "description": "Yikes is a super cool task reminder tool. Each task can be color coded and gives you a nifty count down.", "version": "2.0.1", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |