Elenco

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

什麼是Elenco?

Elenco是由drocarmo開發的Chrome擴展程式,該擴展的主要功能是“Elenco helps you stay on track, with every new tab.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Elenco擴展crx文件

下載Elenco擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 Elenco Elenco
ID phbjhmbdcecahmckhhbdabmnhmjcpjab
官方網址 https://chromewebstore.google.com/detail/elenco/phbjhmbdcecahmckhhbdabmnhmjcpjab
簡介 Elenco helps you stay on track, with every new tab.
檔案大小 159 KB
安裝次數 25
目前版本 0.2
更新時間 2014-04-08
上架時間 2014-04-08
評分 4.67/5 共 3 次評分
開發者 drocarmo
付費類型 free
擴展官網 https://github.com/drocarmo/elenco
說明頁面URL https://twitter.com/drocarmo
支援的語言 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"
    }
}