New Tab Page for Trello
One-click access to your Trello Boards from your New Tab Page
什么是New Tab Page for Trello?
New Tab Page for Trello是由Viterio开发的Chrome扩展程序,该扩展的主要功能是“One-click access to your Trello Boards from your New Tab Page”。
扩展截图
下载New Tab Page for Trello扩展crx文件
下载New Tab Page for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
View your Trello Boards every time you open a new Tab. Easily search trello.com easily whenever you open a new tab page.
NOTE: Extension only available to users having installed the "Boards for Trello" extension https://chrome.google.com/webstore/detail/boards-for-trello/eknhddnoflchkcccjgdddmnimjggiona 扩展基本信息
| 名称 | |
| ID | flhbeabcinhdnpbmapigmippphgfinga |
| 官方URL | https://chromewebstore.google.com/detail/new-tab-page-for-trello/flhbeabcinhdnpbmapigmippphgfinga |
| 简介 | One-click access to your Trello Boards from your New Tab Page |
| 文件大小 | 136 KB |
| 安装次数 | 4,685 |
| 当前版本 | 3.1.0 |
| 更新时间 | 2017-03-06 |
| 上架时间 | 2017-03-05 |
| 评分 | 3.77/5 共22次评分 |
| 开发者 | Viterio |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | http://viterio.info/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Tab Page for Trello",
"short_name": "New Tab Page for Trello",
"version": "3.1.0",
"manifest_version": 2,
"description": "One-click access to your Trello Boards from your New Tab Page",
"icons": {
"16": "images\/icon-16.png",
"19": "images\/icon-19.png",
"38": "images\/icon-38.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"homepage_url": "https:\/\/boardsfortrello.com\/#newtab",
"web_accessible_resources": [
"images\/1x1.gif"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |