Spacr
A modern simplistic new tab dashboard for your browser
Cos'è Spacr?
Spacr è un'estensione di Chrome sviluppata da Will, e la sua funzione principale è "A modern simplistic new tab dashboard for your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spacr
Scarica i file di estensione Spacr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | jmplpgmkgfpcnnkohgkjnkkbhchjemjp |
URL Ufficiale | https://chromewebstore.google.com/detail/spacr/jmplpgmkgfpcnnkohgkjnkkbhchjemjp |
Descrizione | A modern simplistic new tab dashboard for your browser |
Dimensione del File | 301 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.15 |
Ultimo Aggiornamento | 2019-12-02 |
Data di Pubblicazione | 2019-12-02 |
Sviluppatore | Will |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |