Spacr

A modern simplistic new tab dashboard for your browser

Spacr란 무엇입니까?

Spacr은(는) Will에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A modern simplistic new tab dashboard for your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Spacr 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Spacr Spacr
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
    }
}