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 |
| 官方URL | 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'"
} | |