Inspiring Todo App

Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.

什麼是Inspiring Todo App?

Inspiring Todo App是由symph.co開發的Chrome擴展程式,該擴展的主要功能是“Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Inspiring Todo App擴展crx文件

下載Inspiring Todo App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Inspiring Todo App is now on version 2!

Simple and minimal todo app with beautiful background imagery.

Features:

* Straightforward todo app
* Prioritize tasks by pressing the Star icon
* Edit by double clicking task
* Drag and drop reorder
* Daily greetings
* Beautiful background images
* Choose from collections of images
* Customize how it looks

Coming soon:
* Pomodoro
* Scheduling
* Reminders
* Alert Notifications
* Integrations
* and more..

Web version: http://inspiringtodoapp.com/                    

擴展基本資訊

名稱 Inspiring Todo App Inspiring Todo App
ID nijkmcebnmihobeilndjmmdmkgneamcd
官方網址 https://chromewebstore.google.com/detail/inspiring-todo-app/nijkmcebnmihobeilndjmmdmkgneamcd
簡介 Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.
檔案大小 3.07 MB
安裝次數 146
目前版本 2.0.3
更新時間 2022-06-16
上架時間 2022-06-07
評分 4.80/5 共 10 次評分
開發者 symph.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://inspiringtodoapp.com/
說明頁面URL https://docs.google.com/forms/d/e/1FAIpQLSciV4HXMrUf-HUPgAda03f5jzzlf9NtKjQkOIJRWTj2Bzy3TA/viewform
隱私政策頁面URL https://inspiringtodoapp.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Inspiring Todo App",
    "description": "Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.",
    "version": "2.0.3",
    "author": "Dan Pantinople",
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Get inspired now!"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "background"
    ],
    "host_permissions": [
        "https:\/\/*.unsplash.com\/*",
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' https:\/\/ida-todo-app.firebaseio.com  https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com"
    }
}