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.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |