Trello Feed
Have a full visibility of what is happening in Trello.
什么是Trello Feed?
Trello Feed是由ynazarov开发的Chrome扩展程序,该扩展的主要功能是“Have a full visibility of what is happening in Trello.”。
扩展截图
下载Trello Feed扩展crx文件
下载Trello Feed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Trello Feed will group updates from all your boards and show them in one place so that you wouldn't miss a thing. It will notify you if new updates available, so you can quickly respond to a comment or a task.
扩展基本信息
名称 | |
ID | obincefhnenglgklhbehgeeeccjpgccn |
官方URL | https://chrome.google.com/webstore/detail/obincefhnenglgklhbehgeeeccjpgccn |
简介 | Have a full visibility of what is happening in Trello. |
文件大小 | 709 KB |
安装次数 | 75 |
当前版本 | 1.1.1 |
更新时间 | 2017-11-01 |
上架时间 | 2017-11-01 |
评分 | 4.00/5 共3次评分 |
开发者 | ynazarov |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Feed", "version": "1.1.1", "description": "Have a full visibility of what is happening in Trello.", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "page": "html\/background.html" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "src\/inject.js" ], "css": [ "css\/modifiedBoards.css" ] } ], "web_accessible_resources": [ "html\/app.html", "icons\/boards.white.svg", "icons\/feed.white.svg" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": [], "permissions": [ "https:\/\/trello.com\/*", "https:\/\/www.google-analytics.com\/", "storage", "tabs", "alarms" ] } |