Simpli

Beautiful personal homepage for Google Chrome

Simpli là gì?

Simpli là một tiện ích mở rộng Chrome được phát triển bởi https://thisismadeinpoland.com/simpli, và tính năng chính của nó là "Beautiful personal homepage for Google Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simpli

Tải xuống các tệp mở rộng Simpli dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simpli Simpli
ID kgijfpboagjijpghdmnndcdlfjmhhcib
URL Chính Thức https://chromewebstore.google.com/detail/simpli/kgijfpboagjijpghdmnndcdlfjmhhcib
Mô tả Beautiful personal homepage for Google Chrome
Kích Thước Tệp 11.19 MB
Số Lần Cài Đặt 590
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2022-03-31
Ngày Phát Hành 2019-11-03
Đánh Giá 3.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://thisismadeinpoland.com/simpli
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://thisismadeinpoland.com/simpli/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}