Quicklist

A simple chrome extension that stores links and notes

Quicklist क्या है?

Quicklist https://marcusholmes.biz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple chrome extension that stores links and notes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quicklist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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"
    ]
}