Stuff To Do
Simple to-do list in a browser -- everything is automatically saved.
什麼是Stuff To Do?
Stuff To Do是由kg開發的Chrome擴展程式,該擴展的主要功能是“Simple to-do list in a browser -- everything is automatically saved.”。
擴展截圖
下載Stuff To Do擴展crx文件
下載Stuff To Do擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a simple & quick way to manage your TO-DO list in a separate tab. Just click and go! Everything is automatically saved, so you can close the tab at anytime and nothing is lost.
擴展基本資訊
名稱 | |
ID | odniioffonljijkkpkheimndcifoeidi |
官方網址 | https://chrome.google.com/webstore/detail/stuff-to-do/odniioffonljijkkpkheimndcifoeidi |
簡介 | Simple to-do list in a browser -- everything is automatically saved. |
檔案大小 | 17.21 KB |
安裝次數 | 60 |
目前版本 | 1.2 |
更新時間 | 2013-06-02 |
上架時間 | 2013-06-02 |
評分 | 5.00/5 共 1 次評分 |
開發者 | kg |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stuff To Do", "version": "1.2", "description": "Simple to-do list in a browser -- everything is automatically saved.", "browser_action": { "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |