Simpli

Beautiful personal homepage for Google Chrome

Simpli क्या है?

Simpli https://thisismadeinpoland.com/simpli द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Beautiful personal homepage for Google Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simpli एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}