RedQ Todo - Todolist for hackers

Todo list for hackers

What is RedQ Todo - Todolist for hackers?

RedQ Todo - Todolist for hackers is a Chrome extension developed by Tareq Jobayere, and its main feature is "Todo list for hackers".

Extension Screenshots

screenshot

Download RedQ Todo - Todolist for hackers Extension CRX File

Download RedQ Todo - Todolist for hackers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        its a simple todo list . you can add your task very smoothly . It has live edit , color changing and drag n drop sorting facility . 

 i will update more feature soon , didn't get much time to built it .                    

Extension Basic Information

Name RedQ Todo - Todolist for hackers RedQ Todo - Todolist for hackers
ID dllimcflhnoanhfddamjfmjapbpfebil
Official URL https://chromewebstore.google.com/detail/redq-todo-todolist-for-ha/dllimcflhnoanhfddamjfmjapbpfebil
Description Todo list for hackers
File Size 638 KB
Installation Count 83
Current Version 0.0.3
Last Updated 2014-11-15
Publish Date 2014-11-15
Rating 5.00/5 Total 15 Ratings
Developer Tareq Jobayere
Payment Type free
Extension Website http://tareq.github.io
Help Page URL http://tareq.github.io
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RedQ Todo - Todolist for hackers",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Todo list for hackers",
    "homepage_url": "http:\/\/tarex.github.io",
    "icons": {
        "16": "icons\/bulb.png",
        "48": "icons\/bulb48.png",
        "128": "icons\/bulb128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/bulb128.png",
        "default_title": "Todo List",
        "default_popup": "backgroud.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}