Inspiral, inspiring new tab page

Get inspired by amazing things every time you open a new tab

Was ist Inspiral, inspiring new tab page?

Inspiral, inspiring new tab page ist eine Chrome-Erweiterung, die von Or Ron entwickelt wurde, und ihr Hauptmerkmal ist "Get inspired by amazing things every time you open a new tab".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Inspiral, inspiring new tab page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Inspiral, inspiring new tab page-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Inspiral, inspiring new tab page Inspiral, inspiring new tab page
ID pmoealnilgacefigomohkaciaoohgdlm
Offizielle URL https://chrome.google.com/webstore/detail/inspiral-inspiring-new-ta/pmoealnilgacefigomohkaciaoohgdlm
Beschreibung Get inspired by amazing things every time you open a new tab
Dateigröße 486 KB
Installationsanzahl 18
Aktuelle Version 0.12
Letztes Update 2015-01-14
Veröffentlichungsdatum 2015-01-14
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Or Ron
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}