Quicklist

A simple chrome extension that stores links and notes

Quicklist là gì?

Quicklist là một tiện ích mở rộng Chrome được phát triển bởi https://marcusholmes.biz, và tính năng chính của nó là "A simple chrome extension that stores links and notes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quicklist

Tải xuống các tệp mở rộng Quicklist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quicklist Quicklist
ID abcccpnegcjeloaemkldchekioailgph
URL Chính Thức https://chromewebstore.google.com/detail/quicklist/abcccpnegcjeloaemkldchekioailgph
Mô tả A simple chrome extension that stores links and notes
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-08-12
Ngày Phát Hành 2013-08-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://marcusholmes.biz
Loại Thanh Toán free
Trang Web Mở Rộng http://marcusholmes.biz/Stuff/Quicklist
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}