Minimalist Tab

Simplify your Chrome new tab page.

ما هو Minimalist Tab؟

Minimalist Tab هو إضافة Chrome تم تطويرها بواسطة https://benandy.github.io، والميزة الرئيسية لها هي "Simplify your Chrome new tab page.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Minimalist Tab

قم بتنزيل ملفات الامتداد Minimalist Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Simplify your Chrome new tab page. A minimalist new tab page with only the essential two things you need to keep your week on track, the time and date. Nothing special, not overcrowded nor eye distracting.                    

معلومات أساسية عن التمديد

الاسم Minimalist Tab Minimalist Tab
ID dcnlolkfplhlimlokmkinnmpjecghgcc
عنوان URL الرسمي https://chromewebstore.google.com/detail/minimalist-tab/dcnlolkfplhlimlokmkinnmpjecghgcc
الوصف Simplify your Chrome new tab page.
حجم الملف 6.73 KB
عدد التثبيتات 100
النسخة الحالية 1.1.7
آخر تحديث 2017-10-03
تاريخ النشر 2017-10-02
تقييم 5.00/5 مجموع تقييمات 2
المطور https://benandy.github.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://benandy.github.io/minimalisttab/
عنوان صفحة سياسة الخصوصية http://benandy.github.io/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7",
    "name": "Minimalist Tab",
    "short_name": "Minimalist Tab",
    "description": "Simplify your Chrome new tab page.",
    "manifest_version": 2,
    "author": "Benjamin Developments",
    "offline_enabled": true,
    "homepage_url": "https:\/\/benandy.github.io\/minimalisttab",
    "incognito": "split",
    "content_security_policy": "script-src  'self' https:\/\/ssl.google-analytics.com; object-src 'self'; sandbox allow-forms allow-scripts allow-same-origin allow-modals",
    "minimum_chrome_version": "48.0.2564",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "cookies",
        "unlimitedStorage",
        "*:\/\/benandy.github.io\/*"
    ]
}