Elenco

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

Vad är Elenco?

Elenco är en Chrome-tillägg utvecklad av drocarmo, och dess huvudfunktion är "Elenco helps you stay on track, with every new tab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Elenco-förlängningens CRX-fil

Ladda ner Elenco-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn Elenco Elenco
ID phbjhmbdcecahmckhhbdabmnhmjcpjab
Officiell webbadress https://chromewebstore.google.com/detail/elenco/phbjhmbdcecahmckhhbdabmnhmjcpjab
Beskrivning Elenco helps you stay on track, with every new tab.
Filstorlek 159 KB
Antal Installationer 25
Aktuell Version 0.2
Senast Uppdaterad 2014-04-08
Publiceringsdatum 2014-04-08
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare drocarmo
Betalningssätt free
Tilläggswebbplats https://github.com/drocarmo/elenco
Hjälpsida URL https://twitter.com/drocarmo
Stödda Språk 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"
    }
}