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 |
Eメール | [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 } } |