Elenco

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

Qu'est-ce que Elenco ?

Elenco est une extension Chrome développée par drocarmo, et sa fonction principale est "Elenco helps you stay on track, with every new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Elenco

Téléchargez les fichiers d'extension Elenco au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Elenco Elenco
ID phbjhmbdcecahmckhhbdabmnhmjcpjab
URL Officiel https://chromewebstore.google.com/detail/elenco/phbjhmbdcecahmckhhbdabmnhmjcpjab
Description Elenco helps you stay on track, with every new tab.
Taille du Fichier 159 KB
Nombre d'Installations 25
Version Actuelle 0.2
Dernière Mise à Jour 2014-04-08
Date de Publication 2014-04-08
Évaluation 4.67/5 Total 3 Évaluations
Développeur drocarmo
Type de Paiement free
Site Web de l'Extension https://github.com/drocarmo/elenco
URL de la Page d'Aide https://twitter.com/drocarmo
Langues Prises en Charge 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"
    }
}