Simpli

Beautiful personal homepage for Google Chrome

ما هو Simpli؟

Simpli هو إضافة Chrome تم تطويرها بواسطة https://thisismadeinpoland.com/simpli، والميزة الرئيسية لها هي "Beautiful personal homepage for Google Chrome".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Replace New tab page with beautiful personal home page featuring search, speed dial with tabs, and more!

Simpli is a material design, beautiful personal home page allowing user to speed dial favorite sites, group sites by category using tabs, search the web for facts, torrents, hotels, images, and more; enjoying inspiring and calming photos at the same time.

It offers modern web browsers New tab page functionalities directly in Google Chrome, for free.                    

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

الاسم Simpli Simpli
ID kgijfpboagjijpghdmnndcdlfjmhhcib
عنوان URL الرسمي https://chromewebstore.google.com/detail/simpli/kgijfpboagjijpghdmnndcdlfjmhhcib
الوصف Beautiful personal homepage for Google Chrome
حجم الملف 11.19 MB
عدد التثبيتات 590
النسخة الحالية 1.1.1
آخر تحديث 2022-03-31
تاريخ النشر 2019-11-03
تقييم 3.73/5 مجموع تقييمات 11
المطور https://thisismadeinpoland.com/simpli
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://thisismadeinpoland.com/simpli/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simpli",
    "version": "1.1.1",
    "description": "Beautiful personal homepage for Google Chrome",
    "manifest_version": 3,
    "offline_enabled": true,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "geolocation",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "background": {
        "service_worker": "js\/init.js"
    },
    "action": {
        "default_title": "Home page"
    },
    "icons": {
        "16": "img\/assets\/icon16.png",
        "32": "img\/assets\/icon32.png",
        "48": "img\/assets\/icon48.png",
        "128": "img\/assets\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "style-content-script.css",
                "font\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "style-content-script.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}