Elenco
Elenco helps you stay on track, with every new tab.
Apa itu Elenco?
Elenco adalah ekstensi Chrome yang dikembangkan oleh drocarmo, dan fitur utamanya adalah "Elenco helps you stay on track, with every new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Elenco
Unduh file ekstensi Elenco dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | |
ID | phbjhmbdcecahmckhhbdabmnhmjcpjab |
URL Resmi | https://chromewebstore.google.com/detail/elenco/phbjhmbdcecahmckhhbdabmnhmjcpjab |
Deskripsi | Elenco helps you stay on track, with every new tab. |
Ukuran File | 159 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2014-04-08 |
Tanggal Publikasi | 2014-04-08 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | drocarmo |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/drocarmo/elenco |
URL Halaman Bantuan | https://twitter.com/drocarmo |
Bahasa yang Didukung | 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" } } |