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”。

擴展截圖

screenshot

下載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 Quicklist
ID abcccpnegcjeloaemkldchekioailgph
官方網址 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"
    ]
}