New Tab Page for Trello

One-click access to your Trello Boards from your New Tab Page

What is New Tab Page for Trello?

New Tab Page for Trello is a Chrome extension developed by Viterio, and its main feature is "One-click access to your Trello Boards from your New Tab Page".

Extension Screenshots

screenshot
screenshot

Download New Tab Page for Trello Extension CRX File

Download New Tab Page for Trello 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

                        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                    

Extension Basic Information

Name New Tab Page for Trello New Tab Page for Trello
ID flhbeabcinhdnpbmapigmippphgfinga
Official URL https://chromewebstore.google.com/detail/new-tab-page-for-trello/flhbeabcinhdnpbmapigmippphgfinga
Description One-click access to your Trello Boards from your New Tab Page
File Size 136 KB
Installation Count 4,685
Current Version 3.1.0
Last Updated 2017-03-06
Publish Date 2017-03-05
Rating 3.77/5 Total 22 Ratings
Developer Viterio
Email [email protected]
Payment Type free
Privacy Policy Page URL http://viterio.info/privacy
Supported Languages 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"
    }
}