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 |
官方網址 | 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 } } |