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.
Was ist New Inspiring Tab!?
New Inspiring Tab! ist eine Chrome-Erweiterung, die von https://www.nuthinking.com entwickelt wurde, und ihr Hauptmerkmal ist "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.".
Erweiterungsscreenshots
New Inspiring Tab!-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Inspiring Tab!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | jljbfjieapkkmdhfngjbdjmchoknjlek |
Offizielle URL | https://chromewebstore.google.com/detail/new-inspiring-tab/jljbfjieapkkmdhfngjbdjmchoknjlek |
Beschreibung | 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. |
Dateigröße | 10.53 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.1 |
Letztes Update | 2012-04-02 |
Veröffentlichungsdatum | 2012-04-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.nuthinking.com |
Zahlungsart | free |
Hilfeseite URL | https://github.com/nuthinking/New-Inspiring-Tab |
Unterstützte Sprachen | 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 } |