Spacr
A modern simplistic new tab dashboard for your browser
Qu'est-ce que Spacr ?
Spacr est une extension Chrome développée par Will, et sa fonction principale est "A modern simplistic new tab dashboard for your browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spacr
Téléchargez les fichiers d'extension Spacr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | jmplpgmkgfpcnnkohgkjnkkbhchjemjp |
URL Officiel | https://chromewebstore.google.com/detail/spacr/jmplpgmkgfpcnnkohgkjnkkbhchjemjp |
Description | A modern simplistic new tab dashboard for your browser |
Taille du Fichier | 301 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.15 |
Dernière Mise à Jour | 2019-12-02 |
Date de Publication | 2019-12-02 |
Développeur | Will |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |