RedQ Todo - Todolist for hackers
Todo list for hackers
Wat is RedQ Todo - Todolist for hackers?
RedQ Todo - Todolist for hackers is een Chrome-extensie ontwikkeld door Tareq Jobayere, en de belangrijkste functie is "Todo list for hackers".
Extensie Screenshots
Download het CRX-bestand van de extensie RedQ Todo - Todolist for hackers
Download RedQ Todo - Todolist for hackers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 . Basisinformatie over de Extensie
| Naam | |
| ID | dllimcflhnoanhfddamjfmjapbpfebil |
| Officiële URL | https://chromewebstore.google.com/detail/redq-todo-todolist-for-ha/dllimcflhnoanhfddamjfmjapbpfebil |
| Beschrijving | Todo list for hackers |
| Bestandsgrootte | 638 KB |
| Aantal Installaties | 83 |
| Huidige Versie | 0.0.3 |
| Laatst Bijgewerkt | 2014-11-15 |
| Publicatiedatum | 2014-11-15 |
| Beoordeling | 5.00/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | Tareq Jobayere |
| Betalingswijze | free |
| Extensiewebsite | http://tareq.github.io |
| Help Pagina-URL | http://tareq.github.io |
| Ondersteunde Talen | 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'"
} | |