Tunnel Vision

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

什麼是Tunnel Vision?

Tunnel Vision是由https://tunnelvision.xyz開發的Chrome擴展程式,該擴展的主要功能是“See your next available Trello tasks every time you open a new tab.”。

擴展截圖

screenshot
screenshot

下載Tunnel Vision擴展crx文件

下載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
官方網址 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"
    ]
}