Inspiral, inspiring new tab page
Get inspired by amazing things every time you open a new tab
Vad är Inspiral, inspiring new tab page?
Inspiral, inspiring new tab page är en Chrome-tillägg utvecklad av Or Ron, och dess huvudfunktion är "Get inspired by amazing things every time you open a new tab".
Tilläggsskärmbilder
Ladda ner Inspiral, inspiring new tab page-förlängningens CRX-fil
Ladda ner Inspiral, inspiring new tab page-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
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äggande Information om Tillägg
Namn | |
ID | pmoealnilgacefigomohkaciaoohgdlm |
Officiell webbadress | https://chrome.google.com/webstore/detail/inspiral-inspiring-new-ta/pmoealnilgacefigomohkaciaoohgdlm |
Beskrivning | Get inspired by amazing things every time you open a new tab |
Filstorlek | 486 KB |
Antal Installationer | 18 |
Aktuell Version | 0.12 |
Senast Uppdaterad | 2015-01-14 |
Publiceringsdatum | 2015-01-14 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Or Ron |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |