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 |
官方網址 | 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" } } |