RedQ Todo - Todolist for hackers
Todo list for hackers
Cos'è RedQ Todo - Todolist for hackers?
RedQ Todo - Todolist for hackers è un'estensione di Chrome sviluppata da Tareq Jobayere, e la sua funzione principale è "Todo list for hackers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RedQ Todo - Todolist for hackers
Scarica i file di estensione RedQ Todo - Todolist for hackers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 .
Informazioni di Base sull'Estensione
Nome | RedQ Todo - Todolist for hackers |
ID | dllimcflhnoanhfddamjfmjapbpfebil |
URL Ufficiale | https://chromewebstore.google.com/detail/redq-todo-todolist-for-ha/dllimcflhnoanhfddamjfmjapbpfebil |
Descrizione | Todo list for hackers |
Dimensione del File | 638 KB |
Conteggio Installazioni | 83 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2014-11-15 |
Data di Pubblicazione | 2014-11-15 |
Valutazione | 5.00/5 Totale 15 Valutazioni |
Sviluppatore | Tareq Jobayere |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://tareq.github.io |
URL della Pagina di Aiuto | http://tareq.github.io |
Lingue Supportate | 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'" } |