Inspiral, inspiring new tab page
Get inspired by amazing things every time you open a new tab
Hvad er Inspiral, inspiring new tab page?
Inspiral, inspiring new tab page er en Chrome-udvidelse udviklet af Or Ron, og dens hovedfunktion er "Get inspired by amazing things every time you open a new tab".
Udvidelsesskærmbilleder
Download Inspiral, inspiring new tab page-udvidelses-CRX-fil
Download Inspiral, inspiring new tab page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Inspiral is an HTML5 webapp that aims to get you inpired every time you open a new tab. The main focus is give you the inspiration you need in a new morning, during the rough noon times and on the night. For any comments or suggestion please email me: or.ron10[at]gmail.com
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | pmoealnilgacefigomohkaciaoohgdlm |
Officiel URL | https://chrome.google.com/webstore/detail/inspiral-inspiring-new-ta/pmoealnilgacefigomohkaciaoohgdlm |
Beskrivelse | Get inspired by amazing things every time you open a new tab |
Filstørrelse | 486 KB |
Antal Installationer | 18 |
Nuværende Version | 0.12 |
Senest Opdateret | 2015-01-14 |
Udgivelsesdato | 2015-01-14 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Or Ron |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inspiral, inspiring new tab page", "description": "Get inspired by amazing things every time you open a new tab", "version": "0.12", "incognito": "split", "chrome_url_overrides": { "newtab": "blank.html" }, "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "topSites" ] } |