Elenco

Elenco helps you stay on track, with every new tab.

What is Elenco?

Elenco is a Chrome extension developed by drocarmo, and its main feature is "Elenco helps you stay on track, with every new tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Elenco Extension CRX File

Download Elenco 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

                        Elenco is a task helper, it allows you to create tasks in the form of lists to help you stay on track with what you should be doing. With Elenco, browsing the internet is distraction free with every new tab you open.

Elenco is built by Pedro Carmo (@drocarmo) and TJ Krusinski (@TJkrusinski). Everything is open-sourced and open to any feedback or feature requests.

(https://github.com/drocarmo/elenco)                    

Extension Basic Information

Name Elenco Elenco
ID phbjhmbdcecahmckhhbdabmnhmjcpjab
Official URL https://chromewebstore.google.com/detail/elenco/phbjhmbdcecahmckhhbdabmnhmjcpjab
Description Elenco helps you stay on track, with every new tab.
File Size 159 KB
Installation Count 25
Current Version 0.2
Last Updated 2014-04-08
Publish Date 2014-04-08
Rating 4.67/5 Total 3 Ratings
Developer drocarmo
Payment Type free
Extension Website https://github.com/drocarmo/elenco
Help Page URL https://twitter.com/drocarmo
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elenco",
    "description": "Elenco helps you stay on track, with every new tab.",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/assets\/images\/icon-16.png",
        "48": "\/assets\/images\/icon-48.png",
        "128": "\/assets\/images\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Elenco",
        "default_icon": "\/assets\/images\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}