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.
Vad är New Inspiring Tab!?
New Inspiring Tab! är en Chrome-tillägg utvecklad av https://www.nuthinking.com, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner New Inspiring Tab!-förlängningens CRX-fil
Ladda ner New Inspiring Tab!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | New Inspiring Tab! |
ID | jljbfjieapkkmdhfngjbdjmchoknjlek |
Officiell webbadress | https://chromewebstore.google.com/detail/new-inspiring-tab/jljbfjieapkkmdhfngjbdjmchoknjlek |
Beskrivning | 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. |
Filstorlek | 10.53 KB |
Antal Installationer | 20 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2012-04-02 |
Publiceringsdatum | 2012-04-02 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://www.nuthinking.com |
Betalningssätt | free |
Hjälpsida URL | https://github.com/nuthinking/New-Inspiring-Tab |
Stödda Språk | 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 } |