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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    }
}