Tunnel Vision

See your next available Trello tasks every time you open a new tab.

Tunnel Visionคืออะไร?

Tunnel Vision เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tunnelvision.xyz และคุณลักษณะหลักของมันคือ "See your next available Trello tasks every time you open a new tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tunnel Vision

ดาวน์โหลดไฟล์ส่วนขยาย Tunnel Vision ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easily get distracted? Tunnel Vision shows the next tasks you should be working on every time you open a new tab. Simply connect your Trello account, choose your boards, and specify which lists contain your 'in progress' cards. Tunnel Vision will automatically show you the first available card for each board, every time you open a new tab.

Tunnel Vision uses the official Trello API to safely and securely connect directly to Trello without your data or credentials ever touching our servers.

Existing Trello account required. Tunnel Vision is not affiliated with Trello, Inc.

Feedback, questions or comments?
Reach out on Twitter: @marckohlbrugge                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tunnel Vision Tunnel Vision
ID lgcfaddmbbidoalnihkbdgfbhffbigbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tunnel-vision/lgcfaddmbbidoalnihkbdgfbhffbigbl
คำอธิบาย See your next available Trello tasks every time you open a new tab.
ขนาดไฟล์ 46.08 KB
จำนวนการติดตั้ง 279
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-06-28
วันที่เผยแพร่ 2016-06-28
คะแนน 4.14/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://tunnelvision.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tunnelvision.xyz
URL หน้าช่วยเหลือ https://twitter.com/marckohlbrugge
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tunnel Vision",
    "description": "See your next available Trello tasks every time you open a new tab.",
    "version": "1.0.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/trello.com\/*"
        ]
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "permissions": [
        "storage"
    ]
}