Q Todo
A minimal todo list app that opens with the click of a button.
什么是Q Todo?
Q Todo是由Query开发的Chrome扩展程序,该扩展的主要功能是“A minimal todo list app that opens with the click of a button.”。
扩展截图
下载Q Todo扩展crx文件
下载Q Todo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Q Todo is a clean, minimal todo app that opens in an extension popup and syncs accross devices for the easiest user interaction possible. Q Todo is completely free. No hidden costs, no "premium only" features, nothing. It's completely free and completely open source, for anyone to use.
扩展基本信息
名称 | Q Todo |
ID | gjohihdledaphmnmelialnhkkehommdk |
官方URL | https://chromewebstore.google.com/detail/q-todo/gjohihdledaphmnmelialnhkkehommdk |
简介 | A minimal todo list app that opens with the click of a button. |
文件大小 | 10.21 KB |
安装次数 | 364 |
当前版本 | 1.0.3 |
更新时间 | 2019-04-11 |
上架时间 | 2019-04-11 |
评分 | 4.20/5 共5次评分 |
开发者 | Query |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Q Todo", "description": "A minimal todo list app that opens with the click of a button.", "version": "1.0.3", "permissions": [ "declarativeContent", "storage", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/" ], "background": { "page": "bg.html" }, "incognito": "split", "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Q Todo" }, "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |