Tunnel Vision

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

What is Tunnel Vision?

Tunnel Vision is a Chrome extension developed by https://tunnelvision.xyz, and its main feature is "See your next available Trello tasks every time you open a new tab.".

Extension Screenshots

screenshot
screenshot

Download Tunnel Vision Extension CRX File

Download Tunnel Vision extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tunnel Vision Tunnel Vision
ID lgcfaddmbbidoalnihkbdgfbhffbigbl
Official URL https://chromewebstore.google.com/detail/tunnel-vision/lgcfaddmbbidoalnihkbdgfbhffbigbl
Description See your next available Trello tasks every time you open a new tab.
File Size 46.08 KB
Installation Count 279
Current Version 1.0.0
Last Updated 2016-06-28
Publish Date 2016-06-28
Rating 4.14/5 Total 22 Ratings
Developer https://tunnelvision.xyz
Email [email protected]
Payment Type free
Extension Website https://tunnelvision.xyz
Help Page URL https://twitter.com/marckohlbrugge
Supported Languages 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"
    ]
}