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.
Qu'est-ce que New Inspiring Tab! ?
New Inspiring Tab! est une extension Chrome développée par https://www.nuthinking.com, et sa fonction principale est "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.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Inspiring Tab!
Téléchargez les fichiers d'extension New Inspiring Tab! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | New Inspiring Tab! |
ID | jljbfjieapkkmdhfngjbdjmchoknjlek |
URL Officiel | 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. |
Taille du Fichier | 10.53 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2012-04-02 |
Date de Publication | 2012-04-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.nuthinking.com |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/nuthinking/New-Inspiring-Tab |
Langues Prises en Charge | 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 } |