Elenco
Elenco helps you stay on track, with every new tab.
Wat is Elenco?
Elenco is een Chrome-extensie ontwikkeld door drocarmo, en de belangrijkste functie is "Elenco helps you stay on track, with every new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Elenco
Download Elenco-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
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)
Basisinformatie over de Extensie
Naam | |
ID | phbjhmbdcecahmckhhbdabmnhmjcpjab |
Officiële URL | https://chromewebstore.google.com/detail/elenco/phbjhmbdcecahmckhhbdabmnhmjcpjab |
Beschrijving | Elenco helps you stay on track, with every new tab. |
Bestandsgrootte | 159 KB |
Aantal Installaties | 25 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2014-04-08 |
Publicatiedatum | 2014-04-08 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | drocarmo |
Betalingswijze | free |
Extensiewebsite | https://github.com/drocarmo/elenco |
Help Pagina-URL | https://twitter.com/drocarmo |
Ondersteunde Talen | 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" } } |