New Inspiring Tab!

Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab.

What is New Inspiring Tab!?

New Inspiring Tab! is a Chrome extension developed by https://www.nuthinking.com, and its main feature is "Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab.".

Extension Screenshots

screenshot

Download New Inspiring Tab! Extension CRX File

Download New Inspiring Tab! 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

                        Why having a page loaded in your new tab?

There are web pages that update frequently and that can provide an impressive amount of visual inspiration. An example is Dribbble. You could also put your Facebook but the idea is not to get too distracted to avoid the risk to forget where you wanted to go. The more visual, the better.


Please report new issues here: https://github.com/nuthinking/New-Inspiring-Tab/issues                    

Extension Basic Information

Name New Inspiring Tab! New Inspiring Tab!
ID jljbfjieapkkmdhfngjbdjmchoknjlek
Official URL https://chromewebstore.google.com/detail/new-inspiring-tab/jljbfjieapkkmdhfngjbdjmchoknjlek
Description Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab.
File Size 10.53 KB
Installation Count 20
Current Version 1.1
Last Updated 2012-04-02
Publish Date 2012-04-02
Rating 5.00/5 Total 1 Ratings
Developer https://www.nuthinking.com
Payment Type free
Help Page URL https://github.com/nuthinking/New-Inspiring-Tab
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Inspiring Tab!",
    "version": "1.1",
    "description": "Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab.",
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "options_page": "options.html",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}