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
Eメール [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"
            ]
        }
    ]
}