Spacr

A modern simplistic new tab dashboard for your browser

ما هو Spacr؟

Spacr هو إضافة Chrome تم تطويرها بواسطة Will، والميزة الرئيسية لها هي "A modern simplistic new tab dashboard for your browser".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Spacr

قم بتنزيل ملفات الامتداد Spacr بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
    }
}