Spacr

A modern simplistic new tab dashboard for your browser

Was ist Spacr?

Spacr ist eine Chrome-Erweiterung, die von Will entwickelt wurde, und ihr Hauptmerkmal ist "A modern simplistic new tab dashboard for your browser".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Spacr-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spacr-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

                        Comes with the following:
- Auto Updating News Feed with audio play capabilities
- Weather Tracking
- Note Taking
- Quick Links
- Search through your bookmarks
- High quality background images
- Live Clock
- Calendar
- Personal Greeting
- Google Search
- Google Apps
- YouTube Search

You have the ability to turn off any of these features and only see what you want by clicking the settings icon on the top left side                    

Grundlegende Informationen zur Erweiterung

Name Spacr Spacr
ID jmplpgmkgfpcnnkohgkjnkkbhchjemjp
Offizielle URL https://chromewebstore.google.com/detail/spacr/jmplpgmkgfpcnnkohgkjnkkbhchjemjp
Beschreibung A modern simplistic new tab dashboard for your browser
Dateigröße 301 KB
Installationsanzahl 14
Aktuelle Version 1.15
Letztes Update 2019-12-02
Veröffentlichungsdatum 2019-12-02
Entwickler Will
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spacr",
    "description": "A modern simplistic new tab dashboard for your browser",
    "version": "1.15",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Spacr"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "bookmarks",
        "https:\/\/news.google.com\/",
        "https:\/\/spacr.app\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "tab\/tab.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}