Spacr
A modern simplistic new tab dashboard for your browser
Spacr là gì?
Spacr là một tiện ích mở rộng Chrome được phát triển bởi Will, và tính năng chính của nó là "A modern simplistic new tab dashboard for your browser".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spacr
Tải xuống các tệp mở rộng Spacr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jmplpgmkgfpcnnkohgkjnkkbhchjemjp |
URL Chính Thức | https://chromewebstore.google.com/detail/spacr/jmplpgmkgfpcnnkohgkjnkkbhchjemjp |
Mô tả | A modern simplistic new tab dashboard for your browser |
Kích Thước Tệp | 301 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.15 |
Cập Nhật Lần Cuối | 2019-12-02 |
Ngày Phát Hành | 2019-12-02 |
Nhà Phát Triển | Will |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |