Libup - Beautiful and practical start page

The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands

ما هو Libup - Beautiful and practical start page؟

Libup - Beautiful and practical start page هو إضافة Chrome تم تطويرها بواسطة https://www.libup.com، والميزة الرئيسية لها هي "The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Libup - Beautiful and practical start page

قم بتنزيل ملفات الامتداد Libup - Beautiful and practical start page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The most beautiful photos for your homepage and new tab on your chrome browser. Impressive backgrounds by the thousands. Discover each time you open chrome the most beautifully selected wallpapers. All with your favorite search engine.                    

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

الاسم Libup - Beautiful and practical start page Libup - Beautiful and practical start page
ID pibghepfgcgeaofkajookhffcfbcagcd
عنوان URL الرسمي https://chromewebstore.google.com/detail/libup-beautiful-and-pract/pibghepfgcgeaofkajookhffcfbcagcd
الوصف The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
حجم الملف 13.02 KB
عدد التثبيتات 26
النسخة الحالية 1.4
آخر تحديث 2017-02-28
تاريخ النشر 2017-02-28
تقييم 3.00/5 مجموع تقييمات 2
المطور https://www.libup.com
نوع الدفع free
موقع الإضافة http://www.libup.com/
اللغات المدعومة en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Libup",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "version": "1.4",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "homepage_url": "http:\/\/www.libup.com\/home"
}