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
官方網址 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"
            ]
        }
    ]
}