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
公式URL 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"
    }
}