Elenco

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

ما هو Elenco؟

Elenco هو إضافة Chrome تم تطويرها بواسطة drocarmo، والميزة الرئيسية لها هي "Elenco helps you stay on track, with every new tab.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Elenco

قم بتنزيل ملفات الامتداد Elenco بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}