Spacr
A modern simplistic new tab dashboard for your browser
什么是Spacr?
Spacr是由Will开发的Chrome扩展程序,该扩展的主要功能是“A modern simplistic new tab dashboard for your browser”。
扩展截图
下载Spacr扩展crx文件
下载Spacr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | jmplpgmkgfpcnnkohgkjnkkbhchjemjp |
官方URL | https://chromewebstore.google.com/detail/spacr/jmplpgmkgfpcnnkohgkjnkkbhchjemjp |
简介 | A modern simplistic new tab dashboard for your browser |
文件大小 | 301 KB |
安装次数 | 14 |
当前版本 | 1.15 |
更新时间 | 2019-12-02 |
上架时间 | 2019-12-02 |
开发者 | Will |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } } |