Quicklist
A simple chrome extension that stores links and notes
什么是Quicklist?
Quicklist是由https://marcusholmes.biz开发的Chrome扩展程序,该扩展的主要功能是“A simple chrome extension that stores links and notes”。
扩展截图
下载Quicklist扩展crx文件
下载Quicklist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quicklist is a simple, fast reminder toolbar extension. Create notes and tag pages without cluttering your bookmark lists. Tick them when they're done and they disappear. Quicklist stores the items in Chrome synced storage, so your items will be shared across all the Chrome installs you use with your account. Quicklist does no logging, no measurement, no timing, no nagging, no emailed reminders, no nasty little popups reminding you that you've not done anything productive today. It just sits there remembering stuff for you. It comes wrapped in nice friendly colours. It's really simple to use. It wants to help you and make your life better. You should definitely install it.
扩展基本信息
名称 | Quicklist |
ID | abcccpnegcjeloaemkldchekioailgph |
官方URL | https://chromewebstore.google.com/detail/quicklist/abcccpnegcjeloaemkldchekioailgph |
简介 | A simple chrome extension that stores links and notes |
文件大小 | 103 KB |
安装次数 | 44 |
当前版本 | 1.0.1 |
更新时间 | 2013-08-12 |
上架时间 | 2013-08-12 |
评分 | 5.00/5 共1次评分 |
开发者 | https://marcusholmes.biz |
付费类型 | free |
扩展官网 | http://marcusholmes.biz/Stuff/Quicklist |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quicklist", "description": "A simple chrome extension that stores links and notes", "version": "1.0.1", "manifest_version": 2, "browser_action": { "default_popup": "quicklist.html", "default_icon": "logo19.png", "default_title": "Quicklist" }, "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "64": "logo64.png", "128": "logo128.png" }, "permissions": [ "storage", "tabs" ] } |