Spacr
A modern simplistic new tab dashboard for your browser
What is Spacr?
Spacr is a Chrome extension developed by Will, and its main feature is "A modern simplistic new tab dashboard for your browser".
Extension Screenshots
Download Spacr Extension CRX File
Download Spacr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | jmplpgmkgfpcnnkohgkjnkkbhchjemjp |
Official URL | https://chromewebstore.google.com/detail/spacr/jmplpgmkgfpcnnkohgkjnkkbhchjemjp |
Description | A modern simplistic new tab dashboard for your browser |
File Size | 301 KB |
Installation Count | 14 |
Current Version | 1.15 |
Last Updated | 2019-12-02 |
Publish Date | 2019-12-02 |
Developer | Will |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |