Simpli

Beautiful personal homepage for Google Chrome

什么是Simpli?

Simpli是由https://thisismadeinpoland.com/simpli开发的Chrome扩展程序,该扩展的主要功能是“Beautiful personal homepage for Google Chrome”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Simpli扩展crx文件

下载Simpli扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}