Spacr
A modern simplistic new tab dashboard for your browser
Wat is Spacr?
Spacr is een Chrome-extensie ontwikkeld door Will, en de belangrijkste functie is "A modern simplistic new tab dashboard for your browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Spacr
Download Spacr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | jmplpgmkgfpcnnkohgkjnkkbhchjemjp |
Officiële URL | https://chromewebstore.google.com/detail/spacr/jmplpgmkgfpcnnkohgkjnkkbhchjemjp |
Beschrijving | A modern simplistic new tab dashboard for your browser |
Bestandsgrootte | 301 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.15 |
Laatst Bijgewerkt | 2019-12-02 |
Publicatiedatum | 2019-12-02 |
Ontwikkelaar | Will |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |