Jolie Tab

Replace new tab with customizable themed background wallpaper, with clock and weather. Supports Ultra HD 4K and higher resolutions.

ما هو Jolie Tab؟

Jolie Tab هو إضافة Chrome تم تطويرها بواسطة Latte Labs، والميزة الرئيسية لها هي "Replace new tab with customizable themed background wallpaper, with clock and weather. Supports Ultra HD 4K and higher resolutions.".

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

screenshot
screenshot

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

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

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

                        JolieTab will give you high-res images on your new tab page. 
It supports any resolution screen, but will generally err on the high res side.
Images Switch with every new tab.
By clicking on the settings cog you can change various settings including: editing the search query to get images related to your search and switching between a low-res mode where the images are forced into a lower resolution which are smaller and take up less bandwidth.

v0.1.0 Changes:
- UI Updates
- New Settings UI
    - Change background image keyword from settings menu
    - Toggle HD
    - Adjust between 12h and 24h clock
    - Adjust between Fahrenheit and Celcius
    - Have text color dynamically change based on background images, or be the opposite color  
- Onboarding for Settings Menu

v0.0.5 Changes:
- Minor Bug Fixes

v0.0.4 Changes:
- Fix Clock Midnight Bug
- Add Image Location if Available

v0.0.3 Changes:
- Update manifest

Upcoming Features:
- Send me emails with feature requests at [email protected]                    

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

الاسم Jolie Tab Jolie Tab
ID jihjmnkmblkpkaeelaplkeakhakeiiji
عنوان URL الرسمي https://chrome.google.com/webstore/detail/jolie-tab/jihjmnkmblkpkaeelaplkeakhakeiiji
الوصف Replace new tab with customizable themed background wallpaper, with clock and weather. Supports Ultra HD 4K and higher resolutions.
حجم الملف 52.18 KB
عدد التثبيتات 59
النسخة الحالية 0.1.0
آخر تحديث 2019-03-08
تاريخ النشر 2019-03-08
تقييم 5.00/5 مجموع تقييمات 4
المطور Latte Labs
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jolie Tab",
    "description": "Replace new tab with customizable themed background wallpaper, with clock and weather. Supports Ultra HD 4K and higher resolutions.",
    "version": "0.1.0",
    "author": "Daniel Wachtel",
    "chrome_url_overrides": {
        "newtab": "background.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "geolocation",
        ""
    ],
    "icons": {
        "128": "JoliTab.png"
    },
    "background": {
        "scripts": [
            "jquery-3.1.0.min.js",
            "background-check.min.js",
            "back.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/query.yahooapis.com https:\/\/use.fontawesome.com; object-src 'self'"
}