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.”。
扩展截图
下载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)
扩展基本信息
名称 | |
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" } } |